fix warnings add error info

This commit is contained in:
vrd
2023-03-11 18:38:16 +02:00
parent 84e4938683
commit 6fb3dbcaee
4 changed files with 33 additions and 25 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ language='
warnings='
-Wall
-Wextra'
-Wextra
-Wno-implicit-fallthrough'
cd src
g++ -o ../tft_debug $language -g -O0 -march=native $warnings -pipe *.cpp -lncursesw