Fix sublime_text build command not working with compiler due to

terminal sequences
This commit is contained in:
Krzosa Karol
2022-10-13 08:01:16 +02:00
parent 7be9a9ef0e
commit ce6c2a33b5
2 changed files with 27 additions and 14 deletions

View File

@@ -2,6 +2,9 @@
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
rem clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
rem ubuntu run clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o core.out
main examples/language_basics.core
popd