From b6652dc28b00a09eefe4546b6365e2fec67ffd3a Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Thu, 21 Sep 2006 20:56:06 +0000 Subject: [PATCH] XFLAIM change. Needed to pass "optimize+" rather than "optimized+" to the C# compiler. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@895 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- xflaim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xflaim/Makefile b/xflaim/Makefile index 2fb7d5b..c94d92c 100644 --- a/xflaim/Makefile +++ b/xflaim/Makefile @@ -883,7 +883,7 @@ cs_flags = /nologo /warn:4 /warnaserror+ ifeq ($(target_build_type),debug) cs_flags += /debug+ /debug:full /define:FLM_DEBUG else - cs_flags += /optimized+ + cs_flags += /optimize+ endif ccdefs =