ext/x25519_precomputed/extconf.rb in x25519-1.0.8 vs ext/x25519_precomputed/extconf.rb in x25519-1.0.9
- old
+ new
@@ -2,10 +2,10 @@
# rubocop:disable Style/GlobalVars
require "mkmf"
-$CFLAGS << " -Wall -O3 -pedantic -std=c99 -mbmi -mbmi2 -march=native -mtune=native"
+$CFLAGS << " -Wall -O3 -pedantic -std=c99 -mbmi -mbmi2 -march=haswell"
create_makefile "x25519_precomputed"
# rubocop:enable Style/GlobalVars