remove unneeded code
[pandora-x-loader.git] / config.mk
index 80bc0ad..b000d7d 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -95,7 +95,7 @@ HOSTCC                = cc
 else
 HOSTCC         = gcc
 endif
-HOSTCFLAGS     = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
+HOSTCFLAGS     += -Wall -g -O3
 HOSTSTRIP      = strip
 
 #########################################################################
@@ -143,10 +143,10 @@ CPPFLAGS += -fno-builtin -ffreestanding -nostdinc      \
        -isystem $(gccincdir) -pipe $(PLATFORM_CPPFLAGS)
 
 ifdef BUILD_TAG
-CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes \
+CFLAGS += $(CPPFLAGS) -Wall -Wstrict-prototypes \
        -DBUILD_TAG='"$(BUILD_TAG)"'
 else
-CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes
+CFLAGS += $(CPPFLAGS) -Wall -Wstrict-prototypes
 endif
 ifeq ($(ARCH),arm)
 CFLAGS += -marm -fno-stack-protector