Changeset 5513 for pjproject/branches/projects/uwp/README.txt
- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/README.txt
r3553 r5513 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 … … 464 466 ... 465 467 Optional Features: 468 --enable-epoll Use epoll on Linux instead of select 466 469 --disable-floating-point Disable floating point where possible 467 470 --disable-sound Exclude sound (i.e. use null sound)
Note: See TracChangeset
for help on using the changeset viewer.