Skip to content

Bake 2.3.2

Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 03 Mar 08:01
· 350 commits to master since this release

This version includes the following new features:

  • No new features

This version contains the following improvements:

  • Do not generate a precompiled header for gcc (which wasn't used)
  • Remove redundant error when a rule pattern didn't match a file
  • Bake now always clears LD_LIBRARY_PATH and DYLD_LIBRARY_PATH to improve predictability
  • Add 'build' callback to driver API, to run driver code right before running rules

This version contains the following bugfixes:

  • Fix bug where bake run could cause applications to link with libraries from wrong configurations at runtime
  • Precompiled header generation failed when a project generates header files included by the main header
  • Don't add -g in release builds
  • Bake discarded defaults for debug, release cfg if a settings file was loaded, even if it did not contain the configuration