mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
Remove comment after optimization flag.
This commit is contained in:
parent
ecbfafbe0e
commit
12c51d9c6e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AROPT:crs
|
||||
CFLAGS:-O # optimization -O2 removed because of egcs problem
|
||||
CFLAGS:-O2
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
|
|
|||
Loading…
Reference in a new issue