We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab1aa7 commit e766d3dCopy full SHA for e766d3d
2 files changed
stream.go
@@ -6,7 +6,7 @@ package zxc
6
/*
7
#cgo CFLAGS: -I${SRCDIR}/internal/czxc -O3 -flto -fomit-frame-pointer -fstrict-aliasing -ffast-math -pthread -DNDEBUG
8
#cgo linux CFLAGS: -D_GNU_SOURCE
9
-#cgo linux LDFLAGS: -flto -pthread -lm
+#cgo linux LDFLAGS: -pthread -lm
10
#cgo darwin LDFLAGS: -lm
11
12
#include <stdio.h>
zxc.go
#include "zxc.h"
0 commit comments