Add debugging symbols for gdb

master
Tait Hoyem 5 years ago
parent 91276cd24c
commit 832ca16013

@ -4,4 +4,4 @@ catch_main.o:
g++ -w -c -o catch_main.o catch_main.cpp
build: catch_main.o
g++ -std=c++11 -w -I../src/ -o tests.out ../src/functions.cpp catch_main.o tests_main.cpp
g++ -std=c++11 -ggdb -w -I../src/ -o tests.out ../src/functions.cpp catch_main.o tests_main.cpp

Loading…
Cancel
Save