Skip to content

Commit

Permalink
remove verbose cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignalina committed Oct 23, 2022
1 parent a7073d4 commit c5576b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/rust/call.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
)

/*
#cgo LDFLAGS: -v -L${SRCDIR} -lrust_impl -ldl -lm
#cgo LDFLAGS: -L${SRCDIR} -lrust_impl -ldl -lm
#include "cdata/arrow/c/abi.h"
#include "impl.h"
unsigned call_with_ffi_voidptr(void* schema, void* array, uintptr_t l)
Expand Down

0 comments on commit c5576b2

Please sign in to comment.