Skip to content

Commit

Permalink
Build tensorflow_model_server with -rdynamic
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571118184
  • Loading branch information
hhb authored and tensorflow-copybara committed Oct 5, 2023
1 parent 60f7b0d commit fc89240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow_serving/model_servers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@ cc_library(

cc_binary(
name = "tensorflow_model_server",
linkopts = [
# Exports Tensorflow APIs
"-rdynamic",
],
stamp = 1,
visibility = [
":testing",
Expand Down

0 comments on commit fc89240

Please sign in to comment.