mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Merge from trunk
[SVN r34354]
This commit is contained in:
@@ -48,7 +48,7 @@ generators.register-c-compiler sun.compile.c++ : CPP : OBJ : <toolset>sun ;
|
||||
# Declare flags and actions for compilation
|
||||
flags sun.compile OPTIONS <debug-symbols>on : -g ;
|
||||
flags sun.compile OPTIONS <profiling>on : -xprofile=tcov ;
|
||||
flags sun.compile OPTIONS <optimization>speed : -fast -xarch=generic ;
|
||||
flags sun.compile OPTIONS <optimization>speed : -fast ;
|
||||
flags sun.compile OPTIONS <optimization>space : -xO2 -xspace ;
|
||||
flags sun.compile OPTIONS <threading>multi : -mt ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user