Skip to content

Commit dc4c7b0

Browse files
committed
Remove unnecessary build flags
1 parent 4314bec commit dc4c7b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bindings/ruby/ext/extconf.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ def tsort_each_child(node, &block)
4343
.reverse
4444
.join(" ")
4545

46-
$CFLAGS << " -std=c11 -fPIC"
47-
$CXXFLAGS << " -std=c++17 -O3 -DNDEBUG"
4846
$INCFLAGS << " -Isources/include -Isources/ggml/include -Isources/examples"
4947
$LOCAL_LIBS << " #{libs}"
5048
$cleanfiles << " build #{libs}"

0 commit comments

Comments
 (0)