From 3302dd42207d1aa40a3a90386aec8e6a34169c36 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 12 May 2013 14:42:35 -0400 Subject: [PATCH] [test suite] added -g to fko_wrapper Makefile for debugging symbols --- test/fko-wrapper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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