Skip to content

Commit

Permalink
use nimEmulateOverflowChecks for ARM/ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Mar 24, 2020
1 parent c0dbcff commit 5300baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ tcc.options.always = "-w"
@end
@end

@if arm or arm64:
--define:nimEmulateOverflowChecks
@end

@if nimv019:
--multimethods:on
--oldAst:on
Expand Down

0 comments on commit 5300baa

Please sign in to comment.