Skip to content

Commit

Permalink
Disable DEBUG mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
logwang committed May 2, 2017
1 parent 7a243e2 commit 5f3825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f3825e

Please sign in to comment.