PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Dec 05, 2011 5:13 pm |
|
|
Here is a way to force MPLAB to select "Release" as the default build
configuration, instead of Debug:
Quote: |
1) Open regedit and navigate to registry key "HKEY_CURRENT_USER\Software\Microchip\MPLAB IDE".
2) Create a new string value called 'DefaultBuildConfiguration".
3) Set the value of this string to "Release".
|
This is from Microchip tech support department (via Temtronic).
I edited my registry (on Windows XP) and added this new key and
it works. All my new MPLAB projects start up in "Release" mode. |
|