Skip to content

Commit

Permalink
Hardcode O2 and O2Physics to always compile in DEBUG mode
Browse files Browse the repository at this point in the history
  • Loading branch information
saganatt committed Jul 24, 2024
1 parent d544e72 commit 0ee5b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ 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: 2 additions & 0 deletions o2physics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ incremental_recipe: |
---
#!/bin/sh

CMAKE_BUILD_TYPE=DEBUG

# When O2 is built against Gandiva (from Arrow), then we need to use
# -DLLVM_ROOT=$CLANG_ROOT, since O2's CMake calls into Gandiva's
# -CMake, which requires it.
Expand Down

0 comments on commit 0ee5b49

Please sign in to comment.