Skip to content

Commit

Permalink
Disable debug build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
krant committed Feb 4, 2015
1 parent a2e363a commit db0e86e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ CPPFLAGS += -D__XEN_INTERFACE_VERSION__=$(XEN_INTERFACE_VERSION)

CPPFLAGS += -DLING_VER=$(LING_VER)

CPPFLAGS += -DLING_DEBUG
CPPFLAGS += -DDEBUG_UNUSED_MEM
CPPFLAGS += -DTRACE_HARNESS
#CPPFLAGS += -DLING_DEBUG
#CPPFLAGS += -DDEBUG_UNUSED_MEM
#CPPFLAGS += -DTRACE_HARNESS

COMMON_CFLAGS := -fno-stack-protector -U_FORTIFY_SOURCE -fno-omit-frame-pointer -flto

Expand Down

0 comments on commit db0e86e

Please sign in to comment.