aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5a0ae1a..ef2e8949 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC := g++
OBJDIR = obj
-CFLAGS = -std=gnu++11 -pedantic -Wall -Wextra -Wno-reorder \
+CFLAGS = -std=gnu++11 -pedantic -Wall -Wextra \
-ggdb -fPIC # \
# $(shell guile-config compile)
LDFLAGS = -fPIC # $(shell guile-config link)