AddressSanitizer working, fixed major bug thanks to this in OS_ListDir

This commit is contained in:
Krzosa Karol
2024-01-10 20:43:08 +01:00
parent 4fb5984ad8
commit 3fca72bc57
10 changed files with 51 additions and 50 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
gcc -o bld code/build_main.cpp -g
./bld
gcc -o bld code/build_main.cpp -g
./bld cc=clang