Sha256: 6d6e65407b454b3346e4dc06a728611b661cca7389ecf9a9ee6e519b00f8b913

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Style/GlobalVars

require "mkmf"

require_relative '../extconf_helpers'

if enable_config('precomputed') == false
  add_cflags ' -DDISABLE_PRECOMPUTED'
end

add_cflags '-Wall -O3 -pedantic -std=c99'
add_cflags '-mbmi -mbmi2'
add_cflags '-march=native -mtune=native'

create_makefile("x25519_precomputed")

# rubocop:enable Style/GlobalVars

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
x25519-termux-1.1.0 ext/x25519_precomputed/extconf.rb