We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d6447 commit 3894f66Copy full SHA for 3894f66
.github/workflows/github-actions.yml
@@ -19,8 +19,7 @@ jobs:
19
- name: Build executables
20
env:
21
GOARCH: ${{ matrix.arch }}
22
- GOGCCFLAGS: -mthreads -static-libgcc
23
- CFLAGS: -mthreads -static-libgcc
+ CGO_ENABLED: 1
24
run: |
25
mkdir build
26
gcc -o build/test-discon_${{ matrix.env }}.dll test-discon/test-discon.c --shared -g
0 commit comments