commit | 4a8335b2248d934e2e40386af4f1b0495b3c173d | [log] [tgz] |
---|---|---|
author | Kent McLeod <Kent.Mcleod@data61.csiro.au> | Fri May 22 16:37:18 2020 +1000 |
committer | Kent Mcleod <Kent.Mcleod@data61.csiro.au> | Mon Jul 13 13:44:47 2020 +1000 |
tree | 98f91484a4119955ada7621825f334aba5cccbff | |
parent | 2af3006b0ccf36ba9ac5123f539d577fd97c5350 [diff] |
cmake: Use CMAKE_BUILD_TYPE flags in musllib These flags include debug and optimization defaults for different build types Release, Debug, RelWithDebInfo, and MinSizeRel. These already get added to targets built within CMake but aren't automatically inherited by external projects.