We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ac760 commit 621778bCopy full SHA for 621778b
backend/cpp/grpc/Makefile
@@ -27,6 +27,7 @@ CMAKE_ARGS+=-DgRPC_BUILD_GRPC_RUBY_PLUGIN=OFF
27
CMAKE_ARGS+=-Dprotobuf_WITH_ZLIB=ON
28
CMAKE_ARGS+=-DRE2_BUILD_TESTING=OFF
29
CMAKE_ARGS+=-DCMAKE_INSTALL_PREFIX=../$(INSTALLED_PACKAGES)
30
+CMAKE_ARGS+=-DCMAKE_POSITION_INDEPENDENT_CODE=ON
31
32
# windows need to set OPENSSL_NO_ASM. Results in slower crypto performance but doesn't build otherwise.
33
# May be resolvable, but for now its set. More info: https://stackoverflow.com/a/75240504/480673
0 commit comments