Skip to content

Commit

Permalink
gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Jun 2, 2023
1 parent 08df652 commit 7612484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- run: gcc --version
- name: Test
run: go test -covermode atomic -coverprofile profile.cov ./...
env:
Expand Down
3 changes: 2 additions & 1 deletion draco/cgoflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package draco
#cgo windows,amd64 LDFLAGS: -L${SRCDIR}/packaged/lib/windows_amd64
#cgo linux,amd64 LDFLAGS: -L${SRCDIR}/packaged/lib/linux_amd64
#cgo darwin,amd64 LDFLAGS: -L${SRCDIR}/packaged/lib/darwin_amd64
#cgo LDFLAGS: -ldraco_c -lstdc++ -lm
#cgo LDFLAGS: -ldraco_c -lstdc++
#cgo !windows LDFLAGS: -lm
*/
import "C"

0 comments on commit 7612484

Please sign in to comment.