fix spelling error in MSVC compiler flags dictionary

This commit is contained in:
Paul Davis 2014-12-22 14:05:40 -05:00
parent 64fa63212f
commit a3fcc02644
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ compiler_flags_dictionaries= {
'sse' : '/arch:SSE',
'silence-unused-arguments' : '',
'sse' : '',
'fpmath-see' : '',
'fpmath-sse' : '',
'xmmintrinsics' : '',
'pipe' : '',
'full-optimization' : '/O2',