File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 with :
1919 platform : x64
2020 - name : Test No-Op (debug)
21- run : clang -O0 -Wno-#pragma-messages -fstack-protector-all tests\noop.c -I. -DFIO_LEAK_COUNTER=1 -DDEBUG -D_CRT_NONSTDC_NO_WARNINGS -o ./noop.exe && ./noop.exe
21+ run : clang -O0 " -Wno-#pragma-messages" -fstack-protector-all tests\noop.c -I. -DFIO_LEAK_COUNTER=1 -DDEBUG -D_CRT_NONSTDC_NO_WARNINGS -o ./noop.exe && ./noop.exe
2222 - name : Test STL (debug) - no allocators
23- run : clang -O0 -Wno-#pragma-messages -fstack-protector-all tests\stl.c -I. -DFIO_MEMORY_DISABLE=1 -DFIO_LEAK_COUNTER=1 -D_CRT_NONSTDC_NO_WARNINGS -DDEBUG -o ./stld.exe && ./stld.exe
23+ run : clang -O0 " -Wno-#pragma-messages" -fstack-protector-all tests\stl.c -I. -DFIO_MEMORY_DISABLE=1 -DFIO_LEAK_COUNTER=1 -D_CRT_NONSTDC_NO_WARNINGS -DDEBUG -o ./stld.exe && ./stld.exe
2424 - name : Test fio_malloc speed
25- run : clang -O3 -Wno-#pragma-messages -march=native tests\malloc.c -I. -o ./malloc.exe && ./malloc.exe
25+ run : clang -O3 " -Wno-#pragma-messages" -march=native tests\malloc.c -I. -o ./malloc.exe && ./malloc.exe
2626 - name : Test STL
27- run : clang -O3 -Wno-#pragma-messages -march=native tests\stl.c -DFIO_LEAK_COUNTER=1 -D_CRT_NONSTDC_NO_WARNINGS -I. -o ./stl.exe && ./stl.exe
27+ run : clang -O3 " -Wno-#pragma-messages" -march=native tests\stl.c -DFIO_LEAK_COUNTER=1 -D_CRT_NONSTDC_NO_WARNINGS -I. -o ./stl.exe && ./stl.exe
You can’t perform that action at this time.
0 commit comments