more updates
This commit is contained in:
parent
9a2876cfb9
commit
03e3a98f78
3 changed files with 3 additions and 3 deletions
3
makefile
3
makefile
|
|
@ -27,10 +27,12 @@ WARNFLAGS := \
|
|||
-Wduplicated-cond \
|
||||
-Wduplicated-branches \
|
||||
-Wnull-dereference \
|
||||
-Wno-conversion \
|
||||
-Wformat-overflow \
|
||||
-Wformat-truncation \
|
||||
-Wdouble-promotion \
|
||||
-Wundef
|
||||
|
||||
BASEDEFS := -DLOCAL
|
||||
INCLUDES := -I$(INCLUDE_DIR)
|
||||
|
||||
|
|
@ -48,6 +50,7 @@ DBGFLAGS := \
|
|||
-ffunction-sections \
|
||||
-D_GLIBCXX_DEBUG \
|
||||
-D_GLIBCXX_DEBUG_PEDANTIC
|
||||
|
||||
DBG_LDFLAGS := \
|
||||
-fsanitize=address,undefined \
|
||||
-fsanitize=float-divide-by-zero \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue