Changeset 5299 for pjproject/trunk/README.txt
- Timestamp:
- May 17, 2016 10:03:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/README.txt
r5247 r5299 448 448 449 449 Notes: 450 The default settings build the libraries in "release" mode, with 451 default CFLAGS set to "-O2 -DNDEBUG". To change the default CFLAGS, 452 we can use the usual "./configure CFLAGS='-g'" construct. 450 The default settings build the libraries in "debug" mode 451 (active assert()), with default CFLAGS set to "-O2". To change 452 the default CFLAGS, we can use the usual "./configure CFLAGS='-g'" 453 construct. To build in "release" mode, and deactivate assert(), 454 we can use "./configure CFLAGS='-DNDEBUG'". 453 455 454 456 Features Customization
Note: See TracChangeset
for help on using the changeset viewer.