Ported to Linux!

This commit is contained in:
Krzosa Karol
2022-10-09 12:23:38 +02:00
parent 0637a32655
commit ee6f8114ee
5 changed files with 62 additions and 19 deletions

View File

@@ -1,8 +1,6 @@
@echo off
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
clang core_main.cpp -O2 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
popd