ide: SSE2 not removed for CLR

git-svn-id: svn://ultimatepp.org/upp/trunk@4140 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-11-06 17:16:30 +00:00
parent 3a0e9babdb
commit 77c2f1eeab

View file

@ -184,7 +184,7 @@ bool MscBuilder::BuildPackage(const String& package, Vector<String>& linkfile, S
// if(!HasFlag("MSC8")) // MSC8 does not support automatic precompiled headers...
// pch << " -YX -Fp" << GetHostPathQ(CatAnyPath(outdir, GetAnyFileName(package) + ".pch")) << ' ';
// cc << " -Gy -Fd" << pdb;
if(HasFlag("SSE2") && !is_clr)
if(HasFlag("SSE2"))
cc << " /arch:SSE2";
if(HasFlag("DEBUG_MINIMAL"))
cc << " -Zd";