bulgarian example

This commit is contained in:
vrd
2023-05-03 16:59:25 +03:00
parent 75fa6d7da5
commit 60e1b9f7b6
4 changed files with 27 additions and 3 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ language='
warnings='
-Wall
-Wextra
-Wno-implicit-fallthrough'
-Wno-implicit-fallthrough
-Wno-multichar'
cd src
g++ -o ../tft_debug $language -g -O0 -march=native $warnings -pipe *.cpp -lncursesw