Skip to content

Commit

Permalink
dante: SConstruct: -march=native
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver McFadden <omcfadde@gmail.com>
  • Loading branch information
omcfadde committed Aug 24, 2012
1 parent e043fac commit 58e56eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ elif ( BUILD == 'release' ):
if ( g_os == 'Android' ):
OPTCPPFLAGS = [ '-O3', '-marm', '-march=armv7-a', '-mfpu=neon', '-ffast-math', '-fno-unsafe-math-optimizations', '-fomit-frame-pointer' ]
else:
OPTCPPFLAGS = [ '-O3', '-march=pentium3', '-ffast-math', '-fno-unsafe-math-optimizations', '-fomit-frame-pointer' ]
OPTCPPFLAGS = [ '-O3', '-march=native', '-ffast-math', '-fno-unsafe-math-optimizations', '-fomit-frame-pointer' ]
if ( ID_MCHECK == '0' ):
ID_MCHECK = '2'
else:
Expand Down

0 comments on commit 58e56eb

Please sign in to comment.