mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 23:26:45 -04:00
26 lines
522 B
YAML
26 lines
522 B
YAML
buildType:
|
|
default: Debug
|
|
choices:
|
|
debug:
|
|
short: Debug
|
|
long: Unoptimized with debug symbols
|
|
buildType: Debug
|
|
release:
|
|
short: Release
|
|
long: Optimized, no debug symbols
|
|
buildType: Release
|
|
release_debug:
|
|
short: RelWithDebInfo
|
|
long: Optimized, with debug symbols
|
|
buildType: RelWithDebInfo
|
|
|
|
tp_version:
|
|
default: GZ2E01
|
|
description: TP Version
|
|
choices:
|
|
GZ2E01:
|
|
short: GZ2E01
|
|
long: GZ2E01
|
|
settings:
|
|
DUSK_TP_VERSION: GZ2E01
|