Change link options for qps client and qps server

pull/464/head
Vijay Pai 10 years ago
parent 38f9651468
commit 5438d4b214
  1. 2
      build.json

@ -1616,6 +1616,7 @@
{
"name": "qps_client",
"build": "test",
"run": false,
"language": "c++",
"src": [
"test/cpp/qps/qpstest.proto",
@ -1633,6 +1634,7 @@
{
"name": "qps_server",
"build": "test",
"run": false,
"language": "c++",
"src": [
"test/cpp/qps/qpstest.proto",

Loading…
Cancel
Save