diff --git a/tests/mal_build_tests_win32.bat b/tests/mal_build_tests_win32.bat index 0fb8be3a..c649c6f0 100644 --- a/tests/mal_build_tests_win32.bat +++ b/tests/mal_build_tests_win32.bat @@ -1,7 +1,7 @@ @echo off SET c_compiler=gcc SET cpp_compiler=g++ -SET options=-Wall -mavx2 +SET options=-Wall @echo on %c_compiler% mal_test_0.c -o ./bin/mal_test_0.exe %options%