mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-15 22:03:30 -06:00
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:
parent
3a0e9babdb
commit
77c2f1eeab
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue