cflags/arm64: fix mcpu flag syntax

This commit is contained in:
mappu 2023-04-08 16:07:58 +12:00
parent bb60bb989f
commit defc784dd8
1 changed files with 2 additions and 2 deletions

View File

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