mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
From: Darren King <darrenk@insightdist.com>
This will force the aix compiler to insert trapping code to check for division by zero for the 4.1 port.
This commit is contained in:
parent
2219c230ed
commit
19d41d4438
@ -1,5 +1,5 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
|
||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero
|
||||
SHARED_LIB:-bnoentry -lc
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
Loading…
Reference in New Issue
Block a user