Skip to content

Commit 2abe6be

Browse files
committed
Turn off "browse information" in Uvision template
"Browse information," or the indexer for MDK, causes extremely long build times when enabled.
1 parent 226af54 commit 2abe6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/uvision/uvision.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<CreateLib>0</CreateLib>
5353
<CreateHexFile>0</CreateHexFile>
5454
<DebugInformation>1</DebugInformation>
55-
<BrowseInformation>1</BrowseInformation>
55+
<BrowseInformation>0</BrowseInformation>
5656
<ListingPath>.\BUILD\</ListingPath>
5757
<HexFormatSelection>1</HexFormatSelection>
5858
<Merge32K>0</Merge32K>

0 commit comments

Comments
 (0)