Skip to content

Commit

Permalink
initial (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporter-work committed Mar 5, 2024
1 parent 9f8e121 commit 606fdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ccall/ccall.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package ccall
#cgo CFLAGS: -Itwopigen
#cgo CFLAGS: -I../
#cgo CFLAGS: -I../libltdl
#cgo CFLAGS: -Wno-unused-result -Wno-format -Wno-pointer-to-int-cast -Wno-attributes
#cgo CFLAGS: -Wno-unused-result -Wno-format -Wno-pointer-to-int-cast -Wno-attributes -Wno-format-security
#cgo LDFLAGS: -lm
#include "config.h"
#include "gvc.h"
Expand Down

0 comments on commit 606fdf5

Please sign in to comment.