[tests] Added -Wall and use TinyConsole::string

This commit is contained in:
hsaturn
2023-02-20 02:39:43 +01:00
parent 1653b2e386
commit 9228408f57
2 changed files with 44 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
# GCC
# CXXFLAGS = -Wextra -Wall -std=gnu++11 -fno-exceptions -fno-threadsafe-statics
# EXTRA_CXXFLAGS=-g3 -O0
CXXFLAGS=-D_GNU_SOURCE -Werror=return-type -std=gnu++11 -Wall
# CLANG SANITIZE
# CXX=clang