From fc25327943583b33def3a6c86415aea363d74267 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 4 Oct 2006 20:56:39 +0000 Subject: Removed -DNDEBUG from default CFLAGS [thanks Olivier Gournet] git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@751 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aconfigure') diff --git a/aconfigure b/aconfigure index 8d0b4f88..7b4819b9 100755 --- a/aconfigure +++ b/aconfigure @@ -1442,7 +1442,7 @@ test -n "$target_alias" && if test "$CFLAGS" = ""; then - CFLAGS="-O2 -DNDEBUG" + CFLAGS="-O2" else CFLAGS="$CFLAGS" fi -- cgit v1.2.3