Turn off "browse information" in Uvision template

"Browse information," or the indexer for MDK, causes extremely long
build times when enabled.
pull/4578/head
sarahmarshy 2017-06-16 10:48:18 -05:00 committed by Sarah Marsh
parent 226af545a4
commit 2abe6be5ba
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<CreateLib>0</CreateLib>
<CreateHexFile>0</CreateHexFile>
<DebugInformation>1</DebugInformation>
<BrowseInformation>1</BrowseInformation>
<BrowseInformation>0</BrowseInformation>
<ListingPath>.\BUILD\</ListingPath>
<HexFormatSelection>1</HexFormatSelection>
<Merge32K>0</Merge32K>