Merge branch 'wns' into devel

This commit is contained in:
Stefan Talpalaru 2020-02-05 19:17:37 +01:00
commit f20127f4c6
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

View File

@ -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