mirror of https://github.com/F-Stack/f-stack.git
Disable DEBUG mode by default
This commit is contained in:
parent
7a243e255a
commit
5f3825effd
|
@ -16,7 +16,7 @@ OVERRIDE_INCLUDES_ROOT:=${CURDIR}/include
|
||||||
X86_INCLUDES=0
|
X86_INCLUDES=0
|
||||||
|
|
||||||
HOST_OS:=$(shell uname -s)
|
HOST_OS:=$(shell uname -s)
|
||||||
DEBUG=-O0 -gdwarf-2 -g3
|
#DEBUG=-O0 -gdwarf-2 -g3
|
||||||
|
|
||||||
ifeq ($(FF_DPDK),)
|
ifeq ($(FF_DPDK),)
|
||||||
FF_DPDK=${TOPDIR}/dpdk/x86_64-native-linuxapp-gcc
|
FF_DPDK=${TOPDIR}/dpdk/x86_64-native-linuxapp-gcc
|
||||||
|
|
Loading…
Reference in New Issue