bake
bake copied to clipboard
C++ build tool
E.g. where bake has searched....
...to have complete control over the linking order.
bake seems to terminate execution upon a compiler/linker exit code != 0. This may be annoying when linking 3rd party libraries issuing warnings during the linking process.
in case that the filter "run" is used for executing e.g. a unittest etc...
E.g. when the build console has focus.
If a library has maaaaaaany sources, the archiver might have problems to create the archive. Maybe we need something like this: (Default)Toolchain [name] { Archiver maxSources: 100 # default =...
There can be steps excluded from the build using --omit. Unfortunately this cannot be done for the main build step. Therefore it would be nice to have an option like...