2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 11:42:14 +00:00

Corrections for QNX/QCC commands

[SVN r32535]
This commit is contained in:
Jim Douglas
2006-02-03 23:35:46 +00:00
parent c47561797e
commit 2c51cd7cd8

View File

@@ -231,8 +231,8 @@ toolset msvc cl : /Fe : -D
: kernel32.lib advapi32.lib $(--python-lib[1]) ;
## QNX 6.x GCC 3.x/2.95.3
toolset qcc qcc : "-o " : -D
: -pedantic
[ opt --release : [ opt --symbols : -g : -Wc,-s ] -O3 -Wc,-finline-functions ]
: -Wc,-pedantic
[ opt --release : [ opt --symbols : -g ] -O3 -Wc,-finline-functions ]
[ opt --debug : -g -O0 -Wc,-fno-inline ]
-I$(--python-include)
: -L$(--python-lib[1]) -l$(--python-lib[2]) ;