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
This commit is contained in:
ahodgkinson
2006-09-21 20:56:06 +00:00
parent db9b81e4d8
commit b6652dc28b

View File

@@ -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 =