mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
Merge branch 'wns' into devel
This commit is contained in:
commit
f20127f4c6
7
nim.cfg
7
nim.cfg
@ -21,6 +21,13 @@
|
||||
-d:"chronicles_colors=off"
|
||||
@end
|
||||
|
||||
# This helps especially for 32-bit x86, which sans SSE2 and newer instructions
|
||||
# requires quite roundabout code generation for cryptography, and other 64-bit
|
||||
# and larger arithmetic use cases, along with register starvation issues. When
|
||||
# engineering a more portable binary release, this should be tweaked but still
|
||||
# use at least -msse2 or -msse3.
|
||||
--passC:"-march=native"
|
||||
|
||||
--threads:on
|
||||
--opt:speed
|
||||
--excessiveStackTrace:on
|
||||
|
Loading…
x
Reference in New Issue
Block a user