bake icon indicating copy to clipboard operation
bake copied to clipboard

C++ build tool

Results 62 bake issues
Sort by recently updated
recently updated
newest added

...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...

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...