Skip to content

Commit

Permalink
Revert "Remove unused linker flag"
Browse files Browse the repository at this point in the history
This reverts commit 18a036c.
  • Loading branch information
NicoNex committed Dec 1, 2023
1 parent 18a036c commit 3ff398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/obj/object.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package obj

// #cgo CFLAGS: -Ofast -Ilibffi/include
// #cgo LDFLAGS: -Llibffi/lib -lm
// #cgo LDFLAGS: -Llibffi/lib -lffi -lm
// #include <stdio.h>
// #include <stdlib.h>
// #include <stdint.h>
Expand Down

0 comments on commit 3ff398f

Please sign in to comment.