mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03: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
|
AROPT:crs
|
||||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
|
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero
|
||||||
SHARED_LIB:-bnoentry -lc
|
SHARED_LIB:-bnoentry -lc
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user