cflags/arm64: fix mcpu flag syntax
This commit is contained in:
parent
bb60bb989f
commit
defc784dd8
@ -1,7 +1,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -O3 -DNDEBUG -std=c11 -mcpu -pthread
|
#cgo CFLAGS: -O3 -DNDEBUG -std=c11 -mcpu=native -pthread
|
||||||
#cgo CXXFLAGS: -O3 -DNDEBUG -std=c++11 -mcpu -pthread
|
#cgo CXXFLAGS: -O3 -DNDEBUG -std=c++11 -mcpu=native -pthread
|
||||||
*/
|
*/
|
||||||
import "C"
|
import "C"
|
||||||
|
Loading…
Reference in New Issue
Block a user