Skip to content

Commit 2635bef

Browse files
committed
Remove -O0 linux ppc flag
1 parent 0d2a78b commit 2635bef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ INDEXES
215215

216216
CACHE
217217

218-
* Cache most recent query plan(s) [prepare]
218+
* Cache most recent query plan(s) (Karel) [prepare]
219219
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
220220

221221
MISC
@@ -243,6 +243,7 @@ MISC
243243
* Gather more accurate statistics using indexes
244244
* Improve statistics storage in pg_class [performance]
245245
* Improve VACUUM speed with indexes [vacuum]
246+
* BSD/OS does not support locale because there is no LC_MESSAGES
246247

247248
SOURCE CODE
248249
-----------

src/template/linux_ppc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT:crs
2-
CFLAGS:-O0
2+
CFLAGS:-O2
33
SHARED_LIB:-fpic
44
ALL:
55
SRCH_INC:

0 commit comments

Comments
 (0)