Port bld cache to linux successfuly

This commit is contained in:
Krzosa Karol
2024-01-05 13:41:29 +01:00
parent 84f8cb1596
commit 6e38cb160e
5 changed files with 76 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
mkdir build
cd build
set -e
gcc -o bld ../bld_main.cpp -fno-exceptions -fno-rtti -Wno-write-strings
gcc -o bld ../bld_main.cpp -g -fno-exceptions -fno-rtti -Wno-write-strings
cd ..
./build/bld
# gcc -o test_filesystem ../test/test_filesystem.c -Wno-write-strings