From 832ca160130adaa4fbf11fa11f963f668d4ef9a2 Mon Sep 17 00:00:00 2001 From: Tait Hoyem <44244401+TTWNO@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:23:31 +0000 Subject: [PATCH] Add debugging symbols for gdb --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 11c2ccd..e0dd132 100755 --- a/tests/Makefile +++ b/tests/Makefile @@ -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