remove ggdb3 flag

This commit is contained in:
Julien Danjou 2008-01-09 09:38:00 +01:00
parent 09e878a166
commit 838cfad304
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ defconfig.h: awesomerc
if USING_GCC
# If you are using gcc, and want to deactivate this default set of
# compile flags, run make with AWESOME_CFLAGS="".
AWESOME_CFLAGS = -std=gnu99 -ggdb3 -pipe \
AWESOME_CFLAGS = -std=gnu99 -pipe \
-Wall -Wextra \
-Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare \
-Wunused -Winit-self -Wpointer-arith -Wredundant-decls \