mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-18 16:41:14 +02:00
Make sure debug level is properly set
Otherwise, a mix of Debug and Release builds can occur.
This commit is contained in:
@@ -22,6 +22,7 @@ list( APPEND INCLUDES
|
||||
list( APPEND DEFINES
|
||||
PRIVATE
|
||||
BUILDING_SCRIPT_PIPE
|
||||
wxDEBUG_LEVEL=0
|
||||
)
|
||||
|
||||
list( APPEND LIBRARIES
|
||||
|
Reference in New Issue
Block a user