[test suite] added -g to fko_wrapper Makefile for debugging symbols

This commit is contained in:
Michael Rash
2013-05-12 14:42:35 -04:00
parent a8410d8f2a
commit 3302dd4220
+1 -1
View File
@@ -1,6 +1,6 @@
all : fko_wrapper.c
gcc -Wall -I../../common -I../../client -I../../lib fko_wrapper.c -o fko_wrapper -L../../lib/.libs -lfko
gcc -Wall -g -I../../common -I../../client -I../../lib fko_wrapper.c -o fko_wrapper -L../../lib/.libs -lfko
clean:
rm -f fko_wrapper