diff options
| author | FreeArtMan <dos21h@gmail.com> | 2017-03-16 22:09:15 +0000 |
|---|---|---|
| committer | FreeArtMan <dos21h@gmail.com> | 2017-03-16 22:09:15 +0000 |
| commit | fbba9957124bde600e89e3720377f9c3ab78e3a0 (patch) | |
| tree | 221fda6bd5ef811859e8f50699be042ee87600af /Makefile | |
| parent | ad204ea75ef53fa9c183fb29845e2da33795089b (diff) | |
| download | agni-fbba9957124bde600e89e3720377f9c3ab78e3a0.tar.gz agni-fbba9957124bde600e89e3720377f9c3ab78e3a0.zip | |
Removed -g3 flag from compilation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PROJECT=agni CC=gcc -CFLAGS=-g3 +CFLAGS= make: $(CC) $(CFLAGS) buf.c -c |
