diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-08 22:06:25 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-08 22:06:25 +0300 |
commit | 30bb821bad107a676c1d0f0688f90b2b7e6c7505 (patch) | |
tree | 0ececf3db3cfeb836083f3c12e5cf87804048c21 /configure | |
parent | 66693943a96ef1d0c0a991c3780dabc0071d6233 (diff) | |
download | egawk-30bb821bad107a676c1d0f0688f90b2b7e6c7505.tar.gz egawk-30bb821bad107a676c1d0f0688f90b2b7e6c7505.tar.bz2 egawk-30bb821bad107a676c1d0f0688f90b2b7e6c7505.zip |
Remove asserts for production build.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |