Jenkins: Fix compiler flags not being applied
This commit is contained in:
6
.ci/Jenkinsfile
vendored
6
.ci/Jenkinsfile
vendored
@@ -79,9 +79,9 @@ def presetSlugs = [
|
||||
]
|
||||
|
||||
def presetFlags = [
|
||||
'Regular': '-t --preset=regular',
|
||||
'Debug': '--preset=debug',
|
||||
'Dev': '-t --preset=experimental -D VNC=OFF'
|
||||
'Regular': '-t --preset=regular -D CMAKE_BUILD_TYPE=Release',
|
||||
'Debug': '--preset=debug -D CMAKE_BUILD_TYPE=Debug',
|
||||
'Dev': '--preset=experimental -D CMAKE_BUILD_TYPE=Debug -D VNC=OFF'
|
||||
]
|
||||
|
||||
def anyFailure = false
|
||||
|
Reference in New Issue
Block a user