ext/x25519_precomputed/extconf.rb in x25519-1.0.4 vs ext/x25519_precomputed/extconf.rb in x25519-1.0.5
- old
+ new
@@ -5,5 +5,7 @@
require "mkmf"
$CFLAGS << " -Wall -O3 -pedantic -std=c99 -mbmi -mbmi2 -march=native -mtune=native"
create_makefile "x25519_precomputed"
+
+# rubocop:enable Style/GlobalVars