aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger/gdbsx/Rules.mk
blob: d729323cb524b1a99b5fa1e0f5e6c8cd8385598d (plain)
1
2
3
4
5
6
7
8
9
include $(XEN_ROOT)/tools/Rules.mk

CFLAGS   += -Werror -Wmissing-prototypes 
# (gcc 4.3x and later)   -Wconversion -Wno-sign-conversion

# just in case have to debug gdbsx, keep life simple.
TMPFLAGS := $(CFLAGS)
CFLAGS := $(filter-out -O% -DNDEBUG -fomit-frame-pointer, $(TMPFLAGS))
CFLAGS += -O0