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 1a01c92 commit e93e9f0Copy full SHA for e93e9f0
ext/semian/extconf.rb
@@ -23,7 +23,7 @@
23
have_func 'rb_thread_blocking_region'
24
have_func 'rb_thread_call_without_gvl'
25
26
-$CFLAGS = "-D_GNU_SOURCE -Werror -Wall "
+$CFLAGS = "-D_GNU_SOURCE -Werror -Wall -std=gnu99 "
27
if ENV.key?('DEBUG')
28
$CFLAGS << "-O0 -g -DDEBUG"
29
else
0 commit comments