llamacpphtmld/cflags_linux_amd64.go

8 lines
179 B
Go
Raw Permalink Normal View History

2023-04-08 03:30:15 +00:00
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"