Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
always use DEBUG for O2 and O2Physics
Browse files Browse the repository at this point in the history
aalkin committed Jun 6, 2024

Verified

This commit was signed with the committer’s verified signature.
narbs91 Narb
1 parent e0286c8 commit 457d38b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion o2.sh
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ valid_defaults:
---
#!/bin/sh
export ROOTSYS=$ROOT_ROOT

CMAKE_BUILD_TYPE=DEBUG
# Making sure people do not have SIMPATH set when they build fairroot.
# Unfortunately SIMPATH seems to be hardcoded in a bunch of places in
# fairroot, so this really should be cleaned up in FairRoot itself for
2 changes: 1 addition & 1 deletion o2physics.sh
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ incremental_recipe: |
mkdir -p $INSTALLROOT/etc/modulefiles && rsync -a --delete etc/modulefiles/ $INSTALLROOT/etc/modulefiles
---
#!/bin/sh

CMAKE_BUILD_TYPE=DEBUG
if [[ $ALIBUILD_O2PHYSICS_TESTS ]]; then
# Impose extra errors.
CXXFLAGS="${CXXFLAGS} -Werror -Wno-error=deprecated-declarations"

0 comments on commit 457d38b

Please sign in to comment.