mirror of
https://github.com/ollama/ollama.git
synced 2026-05-13 06:21:28 +00:00
cgo: suppress deprecated warning to quiet down go build (#15438)
This commit is contained in:
parent
ee0266462a
commit
0abf3aca36
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package common
|
||||
|
||||
// #cgo CXXFLAGS: -std=c++17
|
||||
// #cgo CXXFLAGS: -std=c++17 -Wno-deprecated-declarations
|
||||
// #cgo CPPFLAGS: -I${SRCDIR}/../include -I${SRCDIR}/../vendor
|
||||
// #cgo CPPFLAGS: -I${SRCDIR}/../../../ml/backend/ggml/ggml/include
|
||||
import "C"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue