llamacpphtmld/cflags_linux_amd64.go

8 lines
179 B
Go

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