Skip to content
Snippets Groups Projects
Commit 3071e732 authored by deuce's avatar deuce
Browse files

Use -Wall for debug builds.

parent 26ce1276
Branches
Tags
No related merge requests found
......@@ -384,6 +384,7 @@ endif
ifdef DEBUG
CFLAGS += -ggdb
CFLAGS += -D_DEBUG
CFLAGS += -Wall
else # RELEASE
# -finline functions breaks the baja build badly.
# This also means that -O3 won't work either.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment