Remove -O0 linux ppc flag
This commit is contained in:
parent
0d2a78bf23
commit
2635bef524
3
doc/TODO
3
doc/TODO
@ -215,7 +215,7 @@ INDEXES
|
|||||||
|
|
||||||
CACHE
|
CACHE
|
||||||
|
|
||||||
* Cache most recent query plan(s) [prepare]
|
* Cache most recent query plan(s) (Karel) [prepare]
|
||||||
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
|
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
|
||||||
|
|
||||||
MISC
|
MISC
|
||||||
@ -243,6 +243,7 @@ MISC
|
|||||||
* Gather more accurate statistics using indexes
|
* Gather more accurate statistics using indexes
|
||||||
* Improve statistics storage in pg_class [performance]
|
* Improve statistics storage in pg_class [performance]
|
||||||
* Improve VACUUM speed with indexes [vacuum]
|
* Improve VACUUM speed with indexes [vacuum]
|
||||||
|
* BSD/OS does not support locale because there is no LC_MESSAGES
|
||||||
|
|
||||||
SOURCE CODE
|
SOURCE CODE
|
||||||
-----------
|
-----------
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AROPT:crs
|
AROPT:crs
|
||||||
CFLAGS:-O0
|
CFLAGS:-O2
|
||||||
SHARED_LIB:-fpic
|
SHARED_LIB:-fpic
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user