mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Make Debug mode a build-time option instead of a hardcoded value
This commit is contained in:
parent
c7a8ffb3c0
commit
2e894477c8
3 changed files with 9 additions and 5 deletions
|
|
@ -2,4 +2,5 @@
|
|||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
CuraVersion = "@CURA_VERSION@"
|
||||
CuraBuildType = "@CURA_BUILDTYPE@"
|
||||
CuraBuildType = "@CURA_BUILDTYPE@"
|
||||
CuraDebugMode = True if "@CURA_DEBUGMODE@" == "ON" else False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue