Parent Directory
|
Revision Log
add a default options file - basis for other custom options files
1 | python_path = '/usr/include' |
2 | boost_path = '/usr/include' |
3 | |
4 | python_lib_path = '/usr/lib' |
5 | boost_lib_path = '/usr/lib' |
6 | |
7 | python_lib = 'python2.3' |
8 | boost_lib = 'boost_python' |
9 | |
10 | cc = 'gcc' |
11 | cxx = 'g++' |
12 | |
13 | cc_flags = '-O3 -std=c99 -fpic -W -Wall -Wno-unknown-pragmas' |
14 | cc_flags_debug = '-g -O0 -std=c99 -fpic -W -Wall -Wno-unknown-pragmas' |
15 | |
16 | cc_flags = '-O3 -ansi -fpic -W -Wall -Wno-unknown-pragmas' |
17 | cc_flags_debug = '-g -O0 -ansi -fpic -W -Wall -Wno-unknown-pragmas -DDOASSERT -DDOPROF' |
18 | |
19 | ar_flags = 'crus' |
ViewVC Help | |
Powered by ViewVC 1.1.26 |