summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 5 insertions, 3 deletions
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