Skip to content
Snippets Groups Projects
Commit c6cc226e authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Turned off the use of CheckerGccPlugins for the Athena build.

In order to allow LTO to be used, as a temporary measure.
parent ae950143
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
#
# Script for building the Athena project.
#
......@@ -9,7 +9,7 @@
ATLAS_PROJECT_NAME="Athena"
ATLAS_PROJECT_DIR=$(cd $(dirname ${BASH_SOURCE[0]}) && pwd)
ATLAS_BUILDTYPE="RelWithDebInfo"
ATLAS_EXTRA_CMAKE_ARGS=()
ATLAS_EXTRA_CMAKE_ARGS=(-DATLAS_USE_GCC_CHECKERS=FALSE)
ATLAS_EXTRA_MAKE_ARGS=()
# Let "the common script" do all the heavy lifting.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment