llamacpphtmld/cflags_linux_arm64.go

8 lines
149 B
Go
Raw Permalink Normal View History

2023-04-08 03:30:15 +00:00
package main
/*
2023-04-08 04:07:58 +00:00
#cgo CFLAGS: -O3 -DNDEBUG -std=c11 -mcpu=native -pthread
#cgo CXXFLAGS: -O3 -DNDEBUG -std=c++11 -mcpu=native -pthread
2023-04-08 03:30:15 +00:00
*/
import "C"