helloworld example build mode problem,default is debug,how to change it to release?
25 views
Skip to first unread message
唐雷
unread,
Oct 20, 2021, 11:38:08 PM10/20/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I have build grpc in Ubuntu 16.04.When I build the hellowold example,I find that gdb can run it,I realise it run debug mode now,how can i to use release mode, I use Cmake release it not work。
Richard Belleville
unread,
Oct 27, 2021, 1:35:29 PM10/27/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
This is really more of a cmake question, but a release build can be created with cmake -DCMAKE_BUILD_TYPE=Release