Skip to content

Commit

Permalink
remove release build flag from ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tbukovics committed Oct 15, 2024
1 parent e0ca63e commit d077966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ builders = pipeline_builder.createBuilders { container ->
def xtra_flags = ""
if (container.key == coverage_on) {
xtra_flags = "-DCOV=ON"
} else if (container.key == archive_centos || container.key == archive_ubuntu) {
} else if (container.key == archive_centos ) {
xtra_flags = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON"
}
container.sh """
Expand Down

0 comments on commit d077966

Please sign in to comment.