diff --git a/src/tools/clang-linux.jam b/src/tools/clang-linux.jam index ff477d4b6..2ab4db559 100644 --- a/src/tools/clang-linux.jam +++ b/src/tools/clang-linux.jam @@ -70,10 +70,6 @@ rule init ( version ? : command * : options * ) SPACE = " " ; -flags clang-linux.compile OPTIONS ; -flags clang-linux.compile OPTIONS ; -# flags clang-linux.compile INCLUDES ; - # Declare flags and action for compilation. toolset.flags clang-linux.compile OPTIONS off : -O0 ; toolset.flags clang-linux.compile OPTIONS speed : -O3 ;