24 lines
446 B
YAML
24 lines
446 B
YAML
|
buildType:
|
||
|
default: debug
|
||
|
choices:
|
||
|
debug:
|
||
|
short: Debug
|
||
|
long: Emit debug information
|
||
|
buildType: Debug
|
||
|
release:
|
||
|
short: Release
|
||
|
long: Optimize generated code
|
||
|
buildType: Release
|
||
|
|
||
|
linkage:
|
||
|
default: static
|
||
|
choices:
|
||
|
static:
|
||
|
short: Static
|
||
|
long: Create static libraries
|
||
|
linkage: static
|
||
|
shared:
|
||
|
short: Shared
|
||
|
long: Create shared libraries/DLLs
|
||
|
linkage: shared
|