Add another version to the log, Array_List

This commit is contained in:
Krzosa Karol
2022-07-07 21:03:31 +02:00
parent a42438859b
commit a4deebb21b
3 changed files with 405 additions and 296 deletions

View File

@@ -7,5 +7,5 @@ rem tracy/TracyClient.cpp -DTRACY_ENABLE
pushd %~dp0
clang main.cpp -O2 -mavx2 -Wall -Wno-unused-function -Wno-missing-braces -fno-exceptions -fdiagnostics-absolute-paths -g -I".." -o main.exe -Wl,user32.lib
clang main.cpp -mavx2 -Wall -Wno-unused-function -Wno-missing-braces -fno-exceptions -fdiagnostics-absolute-paths -g -I".." -o main.exe -Wl,user32.lib
popd