aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-03-16 22:09:15 +0000
committerFreeArtMan <dos21h@gmail.com>2017-03-16 22:09:15 +0000
commitfbba9957124bde600e89e3720377f9c3ab78e3a0 (patch)
tree221fda6bd5ef811859e8f50699be042ee87600af /Makefile
parentad204ea75ef53fa9c183fb29845e2da33795089b (diff)
downloadagni-fbba9957124bde600e89e3720377f9c3ab78e3a0.tar.gz
agni-fbba9957124bde600e89e3720377f9c3ab78e3a0.zip
Removed -g3 flag from compilation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ce89d4..6dbebee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PROJECT=agni
CC=gcc
-CFLAGS=-g3
+CFLAGS=
make:
$(CC) $(CFLAGS) buf.c -c