Skip to content

Commit

Permalink
fix() use only one line for CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Feb 1, 2024
1 parent 35448fd commit a663124
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fhevm/tfhe.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
package fhevm

/*
#cgo linux CFLAGS: -O3 -I../tfhe-rs/target/release
#cgo linux CFLAGS: -O3 -I../tfhe-rs/target/release/deps
#cgo linux CFLAGS: -O3 -I../tfhe-rs/target/release -I../tfhe-rs/target/release/deps
#cgo linux LDFLAGS: -L../tfhe-rs/target/release -l:libtfhe.a -L../tfhe-rs/target/release/deps -l:libtfhe_c_api_dynamic_buffer.a -lm
#cgo darwin CFLAGS: -O3 -I../tfhe-rs/target/release
#cgo darwin CFLAGS: -O3 -I../tfhe-rs/target/release/deps
#cgo darwin CFLAGS: -O3 -I../tfhe-rs/target/release -I../tfhe-rs/target/release/deps
#cgo darwin LDFLAGS: -framework Security -L../tfhe-rs/target/release -ltfhe -L../tfhe-rs/target/release/deps -ltfhe_c_api_dynamic_buffer -lm
#include <tfhe.h>
Expand Down

0 comments on commit a663124

Please sign in to comment.