File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -346,9 +346,7 @@ function sub-configure {
346346
347347 # Sanitizer
348348 if ( $BUILD_SANITIZER -eq 1 ) {
349- # Disable backtrace module when sanitizer is enabled
350- # in order to let the sanitizer catch the segmentation faults
351- $Global :BUILD_STRING = " $BUILD_STRING -DOPTION_BUILD_SANITIZER=On -DOPTION_BUILD_BACKTRACE=Off"
349+ $Global :BUILD_STRING = " $BUILD_STRING -DOPTION_BUILD_SANITIZER=On"
352350 else
353351 $Global :BUILD_STRING = " $BUILD_STRING -DOPTION_BUILD_SANITIZER=Off"
354352 }
@@ -371,7 +369,7 @@ function sub-configure {
371369
372370 # Execute CMake
373371 # cmd.exe /c "cmake -Wno-dev -DOPTION_GIT_HOOKS=Off $BUILD_STRING .."
374- echo " BUILD COMMAND HSJHFGSJDFGKSDJF : cmake -DOPTION_FORK_SAFE=OFF $BUILD_STRING .."
372+ echo " BUILD COMMAND: cmake -DOPTION_FORK_SAFE=OFF $BUILD_STRING .."
375373 cmd.exe / c " cmake -DOPTION_FORK_SAFE=OFF $BUILD_STRING .."
376374
377375 Exit $LASTEXITCODE
You can’t perform that action at this time.
0 commit comments