1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-26 07:53:42 +02:00

Make sure debug level is properly set

Otherwise, a mix of Debug and Release builds can occur.
This commit is contained in:
Leland Lucius
2020-02-18 20:17:36 -06:00
parent 04f0c2d9ee
commit c82b13871f
3 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ list( APPEND INCLUDES
list( APPEND DEFINES
PRIVATE
wxDEBUG_LEVEL=0
$<$<PLATFORM_ID:Windows>:__WIN32__>
)