I have already changed the config to release mode, but when I build/generate it always seems to be in debug mode.
Asked
Active
Viewed 1,128 times
0
-
2That setting just *defines* a configuration, it doesn't *switch* to that. – Hans Kesting May 23 '12 at 09:24
-
1Check your real configuration through `Compile -> Configuration Manager` (Sorry, don't know the french strings) – Steve May 23 '12 at 09:26
1 Answers
4
The screenshot shows you the settings that apply to the Release configuration - it doesn't actually make that configuration the active one.
In order to switch configuration, select the Build | Configuration Manager... menu item and select 'Release' from the Active Solution Configuration dropdown. Or you should have the configuration drop down (see screenshot below) available on your Visual Studio tool bar. This also lets you set the current build configuration.

KazR
- 961
- 7
- 16