Content originally posted in LPCWare by tinyusb on Tue Apr 22 00:20:51 MST 2014
yes, I try to clean then build the "config1". Let's say the project has the standard "Release" & "Debug" configuration, the -cleanBuild option may clean the Release and build the Debug with
Quote:
-cleanBuild my_project/Debug
I have several configuration in my project and encounter this. I guess it will only clean the current active configuration. You probably see it on the console if trying to alter the configuration from Debug to Release with the same command line.