Match ref implmentation CFLAGS
This commit is contained in:
parent
a71beea68b
commit
a12c80a662
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
require 'mkmf'
|
require 'mkmf'
|
||||||
$CFLAGS += ' -std=c99'
|
$CFLAGS += ' -Wall -Wextra -std=c99 -pedantic -Wno-long-long'
|
||||||
create_makefile 'blake2b_ext'
|
create_makefile 'blake2b_ext'
|
||||||
|
|
Loading…
Add table
Reference in a new issue