diff --git a/test/fko-wrapper/Makefile b/test/fko-wrapper/Makefile index 96711e95..7ddaf8e1 100644 --- a/test/fko-wrapper/Makefile +++ b/test/fko-wrapper/Makefile @@ -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