Small unix improvements

This commit is contained in:
2025-08-11 11:17:22 +02:00
parent 55eecf3177
commit e6414908b7
7 changed files with 44 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/bash
mkdir build
cd build
@@ -42,6 +44,7 @@ fi
clang ../src/text_editor/text_editor.cpp ../src/basic/unix.cpp \
-o te_linux.exe \
-nostdlib++ -fno-exceptions -fdiagnostics-absolute-paths -g \
-DDEBUG_BUILD=1 \
-Wno-writable-strings \
-I../src/external/SDL/include \
-I../src/external/lua/src \