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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user