summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali>2013-04-23 18:35:49 +0000
committerkhali <khali>2013-04-23 18:35:49 +0000
commit8d2f8d091cd77a0c2e80f7750c20a73a90c1cb63 (patch)
tree1f8f35bfb5c17f1b5094469eb3319466a51c2090
parentd6cdb1049ea678cba5cbc74633eecd3c19c14060 (diff)
downloaddmidecode-8d2f8d091cd77a0c2e80f7750c20a73a90c1cb63.tar.gz
Revert previous unintended change to that file.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 111ada7..55378bb 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
# When debugging, disable -O2 and enable -g.
CFLAGS += -O2
-CFLAGS += -g
+#CFLAGS += -g
# Pass linker flags here
LDFLAGS =