Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Apr 7, 2017
1 parent baa9c34 commit 8af38af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -38,7 +38,7 @@ if sys.platform == 'win32':
if os.getenv('PLATFORM')=='X64':
env['AS'] = 'ml64'
else:
env.Append(CCFLAGS=['-O3', '-flto', '-g', '-DNOUINT128'])
env.Append(CCFLAGS=['-O3', '-flto', '-g', '-DKRML_NOUINT128'])
env['MONO'] = 'mono'

# Convert NUMBER_OF_PROCESSORS into '-j n'.
Expand Down

0 comments on commit 8af38af

Please sign in to comment.