mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Have compiler use 486 instruction set. (Should add item in linux FAQ).
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-O2
|
||||
CFLAGS:-O2 -m486
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:/usr/include/ncurses /usr/include/readline
|
||||
|
Reference in New Issue
Block a user