Porting to Unix

This commit is contained in:
Krzosa Karol
2022-10-09 10:34:36 +02:00
parent b22e1ac0db
commit 829de11987
2 changed files with 125 additions and 0 deletions

3
build_unix.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.ex