Skip to content

Commit

Permalink
always use DEBUG for O2 and O2Physics
Browse files Browse the repository at this point in the history
  • Loading branch information
aalkin committed Mar 28, 2024
1 parent dce86e8 commit c1d0ff9
Show file tree
Hide file tree
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
Expand Up @@ -134,7 +134,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
Expand Down
2 changes: 1 addition & 1 deletion o2physics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1d0ff9

Please sign in to comment.