Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » create release upon debug config
create release upon debug config [message #757566] Sat, 19 November 2011 06:08 Go to next message
Eclipse UserFriend
Hi
could I create a release configuration based on the debug?
Thanks
Re: create release upon debug config [message #757568 is a reply to message #757566] Sat, 19 November 2011 06:51 Go to previous messageGo to next message
Eclipse UserFriend
If you want to create build configuration based on another, right click on the project to get its context menu -> Build Configurations -> Manage -> New. There are several options - you can create new configuration copying settings from another configuration of the same project or another project or any configuration defined in CDT in your installation.

Andrew
Re: create release upon debug config [message #757654 is a reply to message #757568] Mon, 21 November 2011 02:11 Go to previous messageGo to next message
Eclipse UserFriend
Thanks, so i create a release config with copying debug settings. Now how to best turn off debugging symbols or generally what do I need to change after copying the debug config for the release configuration?
Many thanks again
Michael
Re: create release upon debug config [message #856042 is a reply to message #757654] Wed, 25 April 2012 06:08 Go to previous messageGo to next message
Eclipse UserFriend
So what to change for release? How to turn off debug symbols etc.? Is all I have to do is?
strip <artifact name>.exe
alike on this site: http://wiki.wxwidgets.org/Eclipse,_CDT_%26_MingW_%26_MSYS_Setup_Guide#Changing_the_Build_Configuration
Re: create release upon debug config [message #856282 is a reply to message #856042] Wed, 25 April 2012 10:25 Go to previous message
Eclipse UserFriend
Michael Mising name wrote on Wed, 25 April 2012 12:08
So what to change for release? How to turn off debug symbols etc.? Is all I have to do is?
strip <artifact name>.exe
alike on this site: http://wiki.wxwidgets.org/Eclipse,_CDT_%26_MingW_%26_MSYS_Setup_Guide#Changing_the_Build_Configuration

In Project Properties->C/C++ Build->Settings you should enable optimization and deactivate debug symbols.
Previous Topic:unclear messages in "problems-view"
Next Topic:Eclipse won't find libpqxx types in windows
Goto Forum:
  


Current Time: Mon Jun 23 19:00:39 EDT 2025

Powered by FUDForum. Page generated in 0.04476 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top