mirror of https://github.com/ARMmbed/mbed-os.git
Turn off "browse information" in Uvision template
"Browse information," or the indexer for MDK, causes extremely long build times when enabled.pull/4578/head
parent
226af545a4
commit
2abe6be5ba
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue