Skip to content

Commit

Permalink
adding minimal and profiling variant eclipse-sumo#3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 15, 2022
1 parent 69c18b9 commit 40eeca7
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions cmake-variants.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildType:
default: debug
default: release
description: Switch between debug and release build type
choices:
debug:
Expand All @@ -8,28 +8,29 @@ buildType:
buildType: Debug
settings:
CMAKE_BUILD_TYPE: Debug
minimal:
short: Minimal
long: Minimal build without optional libs / GUI
buildType: Release
settings:
CMAKE_BUILD_TYPE: Release
CHECK_OPTIONAL_LIBS: no
FOX_CONFIG: ''
BINARY_SUFFIX: M
profiling:
short: Profiling
long: Profiling
buildType: RelWithDebInfo
settings:
CMAKE_BUILD_TYPE: RelWithDebInfo
PROFILING: yes
release:
short: Release
long: Release
buildType: Release
settings:
CMAKE_BUILD_TYPE: Release

useFMI:
default: 'no'
description: Enable building of FMUs for SUMO
choices:
'yes':
short: FMI
long: FMI
settings:
FMI: 'yes'
'no':
short: 'noFMI'
long: 'noFMI'
settings:
FMI: 'no'

pythonBindings:
default: 'default'
description: Enable Python bindings?
Expand Down

0 comments on commit 40eeca7

Please sign in to comment.