summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 17a38f5..e7ddab8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,6 @@
CC=gcc
-# For debug
-#CFLAGS=-W -Wall -Werror -Wno-error=unused-parameter -g
-CFLAGS=-W -Wall -Wno-error=unused-parameter -g
+# For working
+CFLAGS=-W -Wall -Werror -Wno-error=unused-parameter -g
#LDFLAGS=-Werror -g
# For release