Revert "cgo: use O3"

This reverts commit bea1f1fac6.
This commit is contained in:
Michael Yang
2025-01-30 13:06:48 -08:00
parent 3f0cb36bdb
commit 548a9f56a6
11 changed files with 1 additions and 13 deletions

View File

@@ -3,7 +3,6 @@
package discover
/*
#cgo CPPFLAGS: -O3
#cgo linux LDFLAGS: -lrt -lpthread -ldl -lstdc++ -lm
#cgo windows LDFLAGS: -lpthread

View File

@@ -4,7 +4,6 @@ package discover
/*
#cgo CFLAGS: -x objective-c
#cgo CPPFLAGS: -O3
#cgo LDFLAGS: -framework Foundation -framework CoreGraphics -framework Metal
#include "gpu_info_darwin.h"
*/