add flag
This commit is contained in:
@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
|
|||||||
} else {
|
} else {
|
||||||
ok = os_systemf(
|
ok = os_systemf(
|
||||||
"clang ../src/testing/testing_main.c -o testing.exe -g -I ../src"
|
"clang ../src/testing/testing_main.c -o testing.exe -g -I ../src"
|
||||||
" -fdiagnostics-absolute-paths -Wno-unsequenced"
|
" -fdiagnostics-absolute-paths -Wno-unsequenced -Wsingle-bit-bitfield-constant-conversion"
|
||||||
" -lm -ldl"
|
" -lm -ldl"
|
||||||
);
|
);
|
||||||
if (ok != 0) return ok;
|
if (ok != 0) return ok;
|
||||||
|
|||||||
Reference in New Issue
Block a user