-
Notifications
You must be signed in to change notification settings - Fork 16
Switching between debug and release #13
Description
Hi,
I have used your package for a long time, thank you for the work done
I have had an issue, or question, torturing me all the way. Is there a way to switch between different multiple cmakebuilder's configurations for a user's project? For example, I have a Debug and a Release those must be configured differently, the first configuration has to be fed by -DCMAKE_BUILD_TYPE=Debug and the second with -DCMAKE_BUILD_TYPE=Release. Now I cannot specify different configurations for your package in one .sublime-project file, I have to create as many .sublime-project files as number of configurations, meanwhile for sublime text build_systems it is possible to switch among them (Tools -> Build Systems) when you're specifying them in one '.sublime-project' file
Thank you