Skip to content

Commit

Permalink
Add fpic to grpc builds
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Jun 27, 2024
1 parent 05ac760 commit 621778b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/cpp/grpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CMAKE_ARGS+=-DgRPC_BUILD_GRPC_RUBY_PLUGIN=OFF
CMAKE_ARGS+=-Dprotobuf_WITH_ZLIB=ON
CMAKE_ARGS+=-DRE2_BUILD_TESTING=OFF
CMAKE_ARGS+=-DCMAKE_INSTALL_PREFIX=../$(INSTALLED_PACKAGES)
CMAKE_ARGS+=-DCMAKE_POSITION_INDEPENDENT_CODE=ON

# windows need to set OPENSSL_NO_ASM. Results in slower crypto performance but doesn't build otherwise.
# May be resolvable, but for now its set. More info: https://stackoverflow.com/a/75240504/480673
Expand Down

0 comments on commit 621778b

Please sign in to comment.