Skip to content
Snippets Groups Projects
Commit 2635bef5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove -O0 linux ppc flag

parent 0d2a78bf
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ INDEXES
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
MISC
......@@ -243,6 +243,7 @@ MISC
* Gather more accurate statistics using indexes
* Improve statistics storage in pg_class [performance]
* Improve VACUUM speed with indexes [vacuum]
* BSD/OS does not support locale because there is no LC_MESSAGES
SOURCE CODE
-----------
......
AROPT:crs
CFLAGS:-O0
CFLAGS:-O2
SHARED_LIB:-fpic
ALL:
SRCH_INC:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment