Block based arena

This commit is contained in:
Krzosa Karol
2023-01-01 00:38:19 +01:00
parent d5179bb596
commit d10b72057e
3 changed files with 88 additions and 3 deletions

View File

@@ -1,10 +1,14 @@
@echo off
set clang-flags=-O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
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 %clang-flags%
rem ubuntu run clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o core.out
clang core_arena.cpp %clang-flags%
rem clang test.cpp
rem main.exe -testing