From: Ben Pfaff Date: Wed, 12 Nov 2008 22:58:44 +0000 (-0800) Subject: Always compile openflow modules with debug information. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=28bbd8e36486de1b578e498bae1c4d650f26305d;p=sliver-openvswitch.git Always compile openflow modules with debug information. --- diff --git a/datapath/linux-2.6/Kbuild.in b/datapath/linux-2.6/Kbuild.in index 07fad36a2..11990026e 100644 --- a/datapath/linux-2.6/Kbuild.in +++ b/datapath/linux-2.6/Kbuild.in @@ -19,6 +19,7 @@ EXTRA_CFLAGS += -DBUILDNR=\"\" else EXTRA_CFLAGS += -DBUILDNR=\"+build$(BUILDNR)\" endif +EXTRA_CFLAGS += -g # These include directories have to go before -I$(KSRC)/include. # NOSTDINC_FLAGS just happens to be a variable that goes in the