2
0
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:
Jürgen Hunold
2010-10-20 15:56:49 +00:00
parent 094b5fe194
commit f25ea994ac

View File

@@ -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 ;