summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-03-29 15:25:05 +0100
committerChris Liddell <chris.liddell@artifex.com>2016-03-29 16:05:58 +0100
commitbcdbe51791cf38240c73862af9ca1cacb8f3e177 (patch)
tree103182eb3852e8ba19eb926a6fdb97bdf288efba /Makefile.in
parent8b1d6f2f8d9e9f1706e2893042872a723a6d3ce3 (diff)
downloadghostpdl-bcdbe51791cf38240c73862af9ca1cacb8f3e177.tar.gz
Tidy up the 'sanitize' target
Have configure check that the compiler and linker can handle the address sanitizer options, and if not, put something dummy in so the 'sanitize' will fail pretty much immediately. Remove the '-i' option from the recursive make call since we no longer need that.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index df561083d..1c69dbe44 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -382,7 +382,7 @@ CFLAGS_SO=@DYNAMIC_CFLAGS@
# Define the extra flags added for address sanitizer builds
-CFLAGS_SANITIZE=-fsanitize=address -fno-omit-frame-pointer
+CFLAGS_SANITIZE=@CFLAGS_SANITIZE@
LDFLAGS_SANITIZE=$(CFLAGS_SANITIZE)
# Define the other compilation flags. Add at most one of the following: