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:
@@ -18,6 +18,7 @@ list( APPEND INCLUDES
|
||||
|
||||
list( APPEND DEFINES
|
||||
PRIVATE
|
||||
wxDEBUG_LEVEL=0
|
||||
$<$<PLATFORM_ID:Windows>:__WIN32__>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user