Skip to content

Commit

Permalink
Drop the debug level "hybrid" in favor of "optdbg".
Browse files Browse the repository at this point in the history
  • Loading branch information
markito3 committed Jul 28, 2022
1 parent 83f09bd commit 4aad922
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile_halld_amp
Expand Up @@ -21,7 +21,7 @@ endif
ifeq ($(HALLD_AMP_DEBUG_LEVEL), 0)
override HALLD_AMP_SCONS_OPTIONS += DEBUG=0 OPTIMIZATION=3
else ifeq ($(HALLD_AMP_DEBUG_LEVEL), 1)
HALLD_AMP_DIR := $(HALLD_AMP_DIR)+hybrid
HALLD_AMP_DIR := $(HALLD_AMP_DIR)+optdbg
else ifeq ($(HALLD_AMP_DEBUG_LEVEL), 2)
HALLD_AMP_DIR := $(HALLD_AMP_DIR)+dbg
override HALLD_AMP_SCONS_OPTIONS += DEBUG=1 OPTIMIZATION=0
Expand Down
2 changes: 1 addition & 1 deletion Makefile_halld_recon
Expand Up @@ -21,7 +21,7 @@ endif
ifeq ($(HALLD_RECON_DEBUG_LEVEL), 0)
override HALLD_RECON_SCONS_OPTIONS += DEBUG=0 OPTIMIZATION=3
else ifeq ($(HALLD_RECON_DEBUG_LEVEL), 1)
HALLD_RECON_DIR := $(HALLD_RECON_DIR)+hybrid
HALLD_RECON_DIR := $(HALLD_RECON_DIR)+optdbg
else ifeq ($(HALLD_RECON_DEBUG_LEVEL), 2)
HALLD_RECON_DIR := $(HALLD_RECON_DIR)+dbg
override HALLD_RECON_SCONS_OPTIONS += DEBUG=1 OPTIMIZATION=0
Expand Down
2 changes: 1 addition & 1 deletion Makefile_halld_sim
Expand Up @@ -21,7 +21,7 @@ endif
ifeq ($(HALLD_SIM_DEBUG_LEVEL), 0)
override HALLD_SIM_SCONS_OPTIONS += DEBUG=0 OPTIMIZATION=3
else ifeq ($(HALLD_SIM_DEBUG_LEVEL), 1)
HALLD_SIM_DIR := $(HALLD_SIM_DIR)+hybrid
HALLD_SIM_DIR := $(HALLD_SIM_DIR)+optdbg
else ifeq ($(HALLD_SIM_DEBUG_LEVEL), 2)
HALLD_SIM_DIR := $(HALLD_SIM_DIR)+dbg
override HALLD_SIM_SCONS_OPTIONS += DEBUG=1 OPTIMIZATION=0
Expand Down
2 changes: 1 addition & 1 deletion version_defs.pl
Expand Up @@ -92,4 +92,4 @@
diracxx => '',
hddm => '',
halld_amp => '');
@debug_type = ('', 'hybrid', 'dbg');
@debug_type = ('', 'optdbg', 'dbg');

0 comments on commit 4aad922

Please sign in to comment.