aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-11-23 06:09:05 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-11-23 06:09:05 +0000
commit2808890b2d1026cf8d3af7c968e6bab95015d86d (patch)
tree5b4ce43af319f51cbdd04d579ae71ba7d8e47ccc /Makefile
parent868af38c6784ca7a8c63750cd0b56937e6704ac7 (diff)
downloadalgorithms-2808890b2d1026cf8d3af7c968e6bab95015d86d.tar.gz
algorithms-2808890b2d1026cf8d3af7c968e6bab95015d86d.tar.bz2
algorithms-2808890b2d1026cf8d3af7c968e6bab95015d86d.zip
(General)+ggdb flag to CFLAGS makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 171f2af..5d9ccd0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=clang++
-CFLAGS=-pedantic -Wall
+CFLAGS=-pedantic -Wall -ggdb
list: list.cpp
$(CC) $(CFLAGS) $^ -o $@