Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix() remove dynamic linking
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Feb 1, 2024
1 parent 3830c46 commit dc765c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhevm/tfhe.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package fhevm
/*
#cgo linux CFLAGS: -O3 -I../tfhe-rs/target/release
#cgo linux CFLAGS: -O3 -I../tfhe-rs/target/release/deps
#cgo linux LDFLAGS: -L../tfhe-rs/target/release -ltfhe -lm
#cgo linux LDFLAGS: -L../tfhe-rs/target/release/deps -ltfhe_c_api_dynamic_buffer
#cgo linux LDFLAGS: -L../tfhe-rs/target/release -l:libtfhe.a -lm
#cgo linux LDFLAGS: -L../tfhe-rs/target/release/deps -l:libtfhe_c_api_dynamic_buffer.a
#cgo darwin CFLAGS: -O3 -I../tfhe-rs/target/release
#cgo darwin CFLAGS: -O3 -I../tfhe-rs/target/release/deps
#cgo darwin LDFLAGS: -framework Security -L../tfhe-rs/target/release -ltfhe -lm
Expand Down

0 comments on commit dc765c4

Please sign in to comment.