summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-10-30 02:11:56 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-10-30 02:11:56 +0000
commit6e5ae9b4399e847b365b00e03b8c619efdf3bba1 (patch)
tree308a8cc2ea37ef02a6fcf2ed12dbcf2f50532b56 /Makefile
parent90f1ca30ef2d9ce324fc198ea7c3a128410d085a (diff)
downloadpython-dmidecode-6e5ae9b4399e847b365b00e03b8c619efdf3bba1.tar.gz
python-dmidecode-6e5ae9b4399e847b365b00e03b8c619efdf3bba1.tar.xz
python-dmidecode-6e5ae9b4399e847b365b00e03b8c619efdf3bba1.zip
Implementing (incomplete) upstream changes.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@86 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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