Hi,
I do most of my development through the GUI, where compiling the Browse Information is super useful. However, our deployment builds are make by a server with the command line interface. Because we have the Browse Info option turned on in the project file, the deployment builds are slowed down substantially. Is there any way to turn off the compile Browse Info via the command line (vs. editing the project file)?
Thanks!
- KW
Ok, got it. Thanks!
I have summarized this conversation/solution at: http://www.keil.com/support/docs/4006.htm
(btw - this is valid for ARM Compiler V5 only, as ARMClang does not support BI)
Hi Kevin, there is no option to turn off Browse Information. With a new project BI is turned off by default. During development this info is required, but the build server does not need require BI. A solution is to patch the project-file before running the build server.
View all questions in Keil forum