File: extconf.rb

package info (click to toggle)
ruby-ed25519 1.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 668 kB
  • sloc: ansic: 3,789; java: 3,112; ruby: 103; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require "mkmf"

# rubocop:disable Style/GlobalVars
$CFLAGS << " -Wall -O3 -pedantic -std=c99"
# rubocop:enable Style/GlobalVars

create_makefile "ed25519_ref10"