Skip to content

Commit e8bc2d9

Browse files
committed
take out of debugging mode
1 parent 9bab7a1 commit e8bc2d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

split_sim-recon/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ no_build: .recon_push_done .sim_push_done
7676
export HALLD_RECON_HOME=$(RECON_REPO_DIR) ; \
7777
export HALLD_SIM_HOME=$(SIM_REPO_DIR) ; \
7878
cd $(SIM_REPO_DIR)/src ; \
79-
scons install SHOWBUILD=1
80-
# scons install -j3
79+
scons install -j3
8180
date > $@
8281

8382
clean:

0 commit comments

Comments
 (0)