mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
do not clear flags already set by common.handle-options in init()
[SVN r66117]
This commit is contained in:
@@ -70,10 +70,6 @@ rule init ( version ? : command * : options * )
|
||||
|
||||
SPACE = " " ;
|
||||
|
||||
flags clang-linux.compile OPTIONS <cflags> ;
|
||||
flags clang-linux.compile OPTIONS <cxxflags> ;
|
||||
# flags clang-linux.compile INCLUDES <include> ;
|
||||
|
||||
# Declare flags and action for compilation.
|
||||
toolset.flags clang-linux.compile OPTIONS <optimization>off : -O0 ;
|
||||
toolset.flags clang-linux.compile OPTIONS <optimization>speed : -O3 ;
|
||||
|
||||
Reference in New Issue
Block a user