Generating valid c code, more work on null values
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@echo off
|
||||
|
||||
clang main.cpp -I.. -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
|
||||
pushd %~dp0
|
||||
clang main.cpp -O0 -I.. -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user