summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2015-07-20 10:06:49 +0100
committerChris Liddell <chris.liddell@artifex.com>2015-07-20 18:15:35 +0100
commitbe77b48583956594d44ad14ddb4e8643b2abe597 (patch)
tree5c2a1c671c1d4521f8a770d1e69e3d4342718030
parent33af33b2889e09c133bb625fb69996d223d9b48e (diff)
downloadghostpdl-build_consolidation.tar.gz
Fix compiler options for building jpegxrbuild_consolidation
-rw-r--r--base/jpegxr.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/jpegxr.mak b/base/jpegxr.mak
index 4ac8928bc..dfc3ebef8 100644
--- a/base/jpegxr.mak
+++ b/base/jpegxr.mak
@@ -31,7 +31,7 @@ JPEGXR_GEN=$(JPEGXR_GENDIR)$(D)
JPEGXR_OBJ=$(JPEGXR_OBJDIR)$(D)
JPEGXR_O_=$(O_)$(JPEGXR_OBJ)
-JPEGXR_CC=$(CC_) $(JPEGXR_CFLAGS) $(D_)JXR_DLL_EXPORTS=1$(_D)
+JPEGXR_CC=$(CC_) $(JPEGXR_CFLAGS) $(D_)JXR_DLL_EXPORTS=1$(_D) $(D_)NDEBUG$(_D)
jpegxr.clean : jpegxr.config-clean jpegxr.clean-not-config-clean