arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
449 stars 90 forks source link

ci: Switch CMake build configuration from Release to Debug #95

Closed hebasto closed 7 months ago

hebasto commented 7 months ago

By default, CMake defines NDEBUG for the Release build configuration, which effectively disables assertions and makes CI jobs less useful.