summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/unixansi.mak')
-rw-r--r--base/unixansi.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/unixansi.mak b/base/unixansi.mak
index 7376c71c..283552ba 100644
--- a/base/unixansi.mak
+++ b/base/unixansi.mak
@@ -221,9 +221,9 @@ CCLD=$(CC)
# Define the added flags for standard, debugging, and profiling builds.
-CFLAGS_STANDARD=-O
+CFLAGS_STANDARD=-O -DNDEBUG
CFLAGS_DEBUG=-g
-CFLAGS_PROFILE=-pg -O
+CFLAGS_PROFILE=-pg -O -DNDEBUG
# Define the other compilation flags. Add at most one of the following:
# -Aa -w -D_HPUX_SOURCE for the HP 400.