Disable DEBUG mode by default

dev
logwang 2017-05-02 17:45:25 +08:00
parent 7a243e255a
commit 5f3825effd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ OVERRIDE_INCLUDES_ROOT:=${CURDIR}/include
X86_INCLUDES=0
HOST_OS:=$(shell uname -s)
DEBUG=-O0 -gdwarf-2 -g3
#DEBUG=-O0 -gdwarf-2 -g3
ifeq ($(FF_DPDK),)
FF_DPDK=${TOPDIR}/dpdk/x86_64-native-linuxapp-gcc