add -march=native (commented out by default) to Configuration.mk (ref. proposed patches from ~iacore)

FossilOrigin-Name: 14c2bbb3891ba587d44b0dabae682d5571c74adee9b8ade787a6948686a4b1e6
This commit is contained in:
crc 2024-01-08 13:55:39 +00:00
parent 6d2e99ed6b
commit cb9de5a787

View file

@ -31,6 +31,12 @@ OPTIONS ?=
OPTIONS += -DUSE_UTF32
OPTIONS += -DBIT64
# This may help improve performance, but not all compilers
# support it. (E.g., clang-1200 on some macOS systems does
# not support it).
# OPTIONS += -march=native
# The I/O devices can be enabled or disabled. Comment or
# uncomment the corresponding ENABLED and DEVICES lines and
# then run `make`. Of particular note here, sockets support