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 79f2f35 commit 4c5dde4Copy full SHA for 4c5dde4
hiredis-client/ext/redis_client/hiredis/extconf.rb
@@ -21,7 +21,7 @@ def configure_extension
21
22
have_func("rb_hash_new_capa", "ruby.h")
23
24
- $CFLAGS = concat_flags($CFLAGS, "-I#{Shellwords.escape(hiredis_dir)}", "-std=c99", "-fvisibility=hidden")
+ append_cflags(["-I #{Shellwords.escape(hiredis_dir)}", "-std=c99", "-fvisibility=hidden"])
25
$CFLAGS = if @debug
26
concat_flags($CFLAGS, "-Werror", "-g", RbConfig::CONFIG["debugflags"])
27
else
0 commit comments