Forum > Editor
Debug and Release build modes [SOLVED]
YiannisKam:
Hello, for the time being I use the set my build modes by navigating through Project - Project Options - Compiler Options and choose Build and Release modes there. The problem is that I have to do the same steps every time I create a new project. I don't want that, I want my configurations to persist and have my Debug and Release always fixed.
Is there any way to achieve this?
TRon:
check set compiler options as default in the project options dialog ?
for a location see left bottom (above help button) at picture, see: https://wiki.lazarus.freepascal.org/IDE_Window:_Project_Options#Changing_the_LCLWidgetType_in_Version_1.1_and_above
YiannisKam:
I've tried that already but unfortunately it doesn't work.
TRon:
I just checked with Lazarus 2.2.4 and it seems to work for me. e.g. when i check the option as mentioned, then add build modes , then press the ok button, then Lazarus stores the newly created buiold modes and keeps the settings in a global manner when I open up a new project and select a specific build mode (build mode that I just created). Whether or not I close and start Lazarus again does not seem to matter.
Which version of Lazarus are you using ?
edit: You can check for yourself by viewing the file named projectoptions.xml in your Lazarus configuration directory, which should contain the new created build modes.
YiannisKam:
My lazarus ide version is 2.3.0
Navigation
[0] Message Index
[#] Next page