aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-08-08 22:06:25 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-08-08 22:06:25 +0300
commit30bb821bad107a676c1d0f0688f90b2b7e6c7505 (patch)
tree0ececf3db3cfeb836083f3c12e5cf87804048c21 /configure
parent66693943a96ef1d0c0a991c3780dabc0071d6233 (diff)
downloadegawk-30bb821bad107a676c1d0f0688f90b2b7e6c7505.tar.gz
egawk-30bb821bad107a676c1d0f0688f90b2b7e6c7505.tar.bz2
egawk-30bb821bad107a676c1d0f0688f90b2b7e6c7505.zip
Remove asserts for production build.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c45d0cd0..56409961 100755
--- a/configure
+++ b/configure
@@ -5553,6 +5553,7 @@ $as_echo "yes" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
+ CFLAGS="$CFLAGS -DNDEBUG" # turn off assertions
fi