put back again to fast fp
This commit is contained in:
parent
5cdd600612
commit
436181a150
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -547,7 +547,7 @@ def configure(conf):
|
||||||
'/arch:SSE' if conf.env.DEST_CPU == 'x86' else '/arch:AVX',
|
'/arch:SSE' if conf.env.DEST_CPU == 'x86' else '/arch:AVX',
|
||||||
'/GF',
|
'/GF',
|
||||||
'/Gy',
|
'/Gy',
|
||||||
'/fp:precise',
|
'/fp:fast',
|
||||||
'/Zc:forScope',
|
'/Zc:forScope',
|
||||||
'/Zc:wchar_t',
|
'/Zc:wchar_t',
|
||||||
'/GR',
|
'/GR',
|
||||||
|
|
Loading…
Reference in a new issue