Lines Matching refs:CXX
28 if not defined CXX ( set "CXX=cl" )
36 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
42 if not defined CXX ( set "CXX=cl" )
51 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
57 if not defined CXX ( set "CXX=cl" )
70 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
76 if not defined CXX ( set "CXX=cl" )
90 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
96 if not defined CXX ( set "CXX=cl" )
112 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
118 if not defined CXX ( set "CXX=cl" )
134 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
156 set "B2_CXX=%CXX% /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL"
162 if not defined CXX ( set "CXX=bcc32" )
172 set "B2_CXX=%CXX% -tC -P -O2 -w- -I"%B2_TOOLSET_ROOT%Include" -L"%B2_TOOLSET_ROOT%Lib" -Nd -eb2"
177 if not defined CXX ( set "CXX=como" )
178 set "B2_CXX=%CXX% --inlining -o b2.exe"
183 if not defined CXX ( set "CXX=g++" )
184 set "B2_CXX=%CXX% -x c++ -std=c++11 -s -O3 -o b2.exe"
189 if not defined CXX ( set "CXX=g++" )
190 set "B2_CXX=%CXX% -x c++ -std=c++11 -s -O3 -mno-cygwin -o b2.exe"
195 if not defined CXX ( set "CXX=icl" )
196 set "B2_CXX=%CXX% /nologo /MT /O2 /Ob2 /Gy /GF /GA /GB /Feb2"
201 if not defined CXX ( set "CXX=g++" )
205 for /F "delims=" %%I in ("%CXX%") do set "PATH=%PATH%;%%~dpI"
206 set "B2_CXX=%CXX% -x c++ -std=c++11 -s -O3 -o b2.exe"