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:
@@ -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]) ;
|
||||
|
||||
Reference in New Issue
Block a user