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 4314bec commit dc4c7b0Copy full SHA for dc4c7b0
bindings/ruby/ext/extconf.rb
@@ -43,8 +43,6 @@ def tsort_each_child(node, &block)
43
.reverse
44
.join(" ")
45
46
-$CFLAGS << " -std=c11 -fPIC"
47
-$CXXFLAGS << " -std=c++17 -O3 -DNDEBUG"
48
$INCFLAGS << " -Isources/include -Isources/ggml/include -Isources/examples"
49
$LOCAL_LIBS << " #{libs}"
50
$cleanfiles << " build #{libs}"
0 commit comments