We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96320ce commit 9842deeCopy full SHA for 9842dee
ext/zstdruby/extconf.rb
@@ -1,6 +1,7 @@
1
require "mkmf"
2
3
$CFLAGS = '-I. -O3 -std=c99'
4
+$CPPFLAGS += " -fdeclspec" if CONFIG['CXX'] =~ /clang/
5
6
Dir.chdir File.expand_path('..', __FILE__) do
7
$srcs = Dir['**/*.c']
0 commit comments