ceremcem / build-freecad-asm3

Build FreeCAD Asm3 inside a Debian container and run from there.
6 stars 0 forks source link

Create separate folders for debug and release builds #5

Closed ceremcem closed 3 years ago

ceremcem commented 5 years ago

It's handy to use the release build in daily usage for performance reasons, but it's sometimes required to run a debug build to get sufficient error/crash reports. The builder script should:

ceremcem commented 3 years ago

Current workflow allows both building Debug and Release builds in different folders (configured in config.sh). Since Asm3 WB is run directly from the build directory, the "Asm3 isolation" requirement is automatically fulfilled.