From 6e5ae9b4399e847b365b00e03b8c619efdf3bba1 Mon Sep 17 00:00:00 2001 From: nima Date: Thu, 30 Oct 2008 02:11:56 +0000 Subject: Implementing (incomplete) upstream changes. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@86 abc39116-655e-4be6-ad55-d661dc543056 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a743b7..470b697 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ CFLAGS += -I/usr/include/$(PY) #CFLAGS += -DALIGNMENT_WORKAROUND #. #. When debugging, disable -O2 and enable -g. -#CFLAGS += -g -DNDEBUG -CFLAGS += -O2 +CFLAGS += -g +#CFLAGS += -O2 -DNDEBUG SOFLAGS = -shared -fPIC -- cgit