Ignore:
Timestamp:
Dec 28, 2016 3:40:07 AM (7 years ago)
Author:
nanang
Message:

Re #1900: More merged from trunk (r5512 mistakenly contains merged changes in third-party dir only).

Location:
pjproject/branches/projects/uwp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp

  • pjproject/branches/projects/uwp/README.txt

    r3553 r5513  
    448448 
    449449   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'".      
    453455 
    454456    Features Customization 
     
    464466   ... 
    465467   Optional Features: 
     468   --enable-epoll           Use epoll on Linux instead of select 
    466469   --disable-floating-point     Disable floating point where possible 
    467470   --disable-sound              Exclude sound (i.e. use null sound) 
Note: See TracChangeset for help on using the changeset viewer.