mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Small mod for HPUX
This commit is contained in:
parent
52b52157f1
commit
056fe92dbd
@ -19,7 +19,7 @@
|
||||
#
|
||||
# compile flags for GCC compiler
|
||||
|
||||
PROD_FLAGS= -pipe -fPIC -O3 -MMD -DNDEBUG -DHP11 -DHPUX -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED -march=2.0
|
||||
PROD_FLAGS= -pipe -fPIC -O3 -MMD -DNDEBUG -DHP11 -DHPUX -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_REENTRANT -march=2.0
|
||||
DEV_FLAGS= -ggdb -pipe -fPIC -MMD -DHP11 -DHPUX -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_REENTRANT -march=2.0
|
||||
#Extra modules needed on this platform during bootstrap
|
||||
JRDBOOT_Extra_Files=isc_sync.cpp thd.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user