Changeset 201 for trunk/SConstruct


Ignore:
Timestamp:
06/05/10 00:45:05 (14 years ago)
Author:
tim
Message:

changed symbol visibility to hidden by default and explicitly exported API functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r195 r201  
    11#cflags = '-std=gnu99 -pedantic -Wall'
    2 cflags = '-std=gnu99 -pedantic -Wall -ggdb'
     2cflags = '-std=gnu99 -pedantic -Wall -fvisibility=hidden -ggdb'
    33
    44
Note: See TracChangeset for help on using the changeset viewer.