Fix reference to literal

This commit is contained in:
Krzosa Karol
2022-10-11 13:44:29 +02:00
parent 7b7877a0d0
commit 061d662f81
2 changed files with 5 additions and 2 deletions

View File

@@ -3,5 +3,5 @@
pushd %~dp0
rem cl main.cpp -I.. user32.lib
clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
ubuntu run clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o core.out
rem ubuntu run clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o core.out
popd