llamacpphtmld/cflags_linux_arm64.go

8 lines
149 B
Go

package main
/*
#cgo CFLAGS: -O3 -DNDEBUG -std=c11 -mcpu=native -pthread
#cgo CXXFLAGS: -O3 -DNDEBUG -std=c++11 -mcpu=native -pthread
*/
import "C"