From 99614d0efb96167bb8d391f12f5190f4fe86f63a Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Tue, 17 May 2016 10:03:32 +0000 Subject: Re #1917(misc): Update README.txt including the one on third_party folder. Thanks to Alexander Traud for the report. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5299 74dad513-b988-da41-8d7b-12977e46ad98 --- README.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 48415fdf..f28547f5 100644 --- a/README.txt +++ b/README.txt @@ -447,9 +447,11 @@ Using Default Settings ... Notes: - The default settings build the libraries in "release" mode, with - default CFLAGS set to "-O2 -DNDEBUG". To change the default CFLAGS, - we can use the usual "./configure CFLAGS='-g'" construct. + The default settings build the libraries in "debug" mode + (active assert()), with default CFLAGS set to "-O2". To change + the default CFLAGS, we can use the usual "./configure CFLAGS='-g'" + construct. To build in "release" mode, and deactivate assert(), + we can use "./configure CFLAGS='-DNDEBUG'". Features Customization -- cgit v1.2.3