From 88a84e3bc371d1b1b3533143658ad192476c59ab Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 28 Apr 2009 18:38:07 +0200 Subject: forgot to remove dtor... --- ue2/imgsynth2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ue2/imgsynth2/Makefile') diff --git a/ue2/imgsynth2/Makefile b/ue2/imgsynth2/Makefile index d8f3372..376abac 100644 --- a/ue2/imgsynth2/Makefile +++ b/ue2/imgsynth2/Makefile @@ -5,8 +5,7 @@ CC= g++ LD= $(CC) DEBUGFLAGS= -DNDEBUG -#TODO CFLAGS= -O -ansi -pedantic-errors -Wall -I/usr/local/include $(DEBUGFLAGS) -CFLAGS= -O -ansi -Wall -I/usr/local/include $(DEBUGFLAGS) +CFLAGS= -O -ansi -pedantic-errors -Wall -I/usr/local/include $(DEBUGFLAGS) LDFLAGS= LIBS= -L/usr/local/lib -lboost_program_options -- cgit v1.2.3