dont serialize meta flag, wasm work
This commit is contained in:
@@ -28,8 +28,8 @@ int main(int argc, char **argv) {
|
||||
bool run_server = false;
|
||||
|
||||
bool core_test_target = false;
|
||||
bool win32_target = false;
|
||||
bool wasm_target = true;
|
||||
bool win32_target = true;
|
||||
|
||||
if (execute_python_snippets) {
|
||||
sb8_t *sb = sb8_serial_begin(arena);
|
||||
@@ -73,7 +73,7 @@ int main(int argc, char **argv) {
|
||||
if (core_test_target) {
|
||||
os_delete_file(s8_lit("core_test.pdb"));
|
||||
ok = os_systemf(
|
||||
"cl ../src/core_test/core_test_entry.c -Fe:core_test.exe -Fd:core_test.pdb"
|
||||
"cl ../src/core/core_test_entry.c -Fe:core_test.exe -Fd:core_test.pdb"
|
||||
" -I ../src"
|
||||
" /Zi /FC /nologo /Oi /O2"
|
||||
" /WX /W3 /wd4200 /diagnostics:column"
|
||||
|
||||
Reference in New Issue
Block a user