From 431bbac5a99abbccf33500e22aa353ec792eff94 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 13 May 2009 15:29:51 +0200 Subject: * adding -Wno-long-long to all Makefiles * adding execute operator to cinstruction * added labels map for better performance --- ue1/imgsynth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ue1') diff --git a/ue1/imgsynth/Makefile b/ue1/imgsynth/Makefile index 6b52d60..71f57d7 100644 --- a/ue1/imgsynth/Makefile +++ b/ue1/imgsynth/Makefile @@ -5,7 +5,7 @@ CC= g++ LD= $(CC) DEBUGFLAGS= -CFLAGS= -O -ansi -pedantic-errors -Wall $(DEBUGFLAGS) +CFLAGS= -O -ansi -pedantic-errors -Wall -Wno-long-long $(DEBUGFLAGS) LDFLAGS= LIBS= -lboost_program_options -- cgit v1.2.3