Skip to content

Commit

Permalink
Build: Remove default TMP_BUILD_DIR
Browse files Browse the repository at this point in the history
I think this will help with #68. The disadvantage (and the reason I
bothered to set this default in the first place) is that consecutive
builds of different AMReX executables (e.g. two different examples) will
be slower. To mitigate this, users should use Ccache. I will add this to
the CI in a separate PR.
  • Loading branch information
mirenradia authored and julianakwan committed Dec 23, 2024
1 parent 3a13297 commit 3981f7f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Tools/GNUMake/Make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,4 @@ DIM = 3
BL_NO_FORT = TRUE
AMREX_NO_PROBINIT = TRUE

CXXSTD = c++17

GRTECLYN_HOME ?= $(realpath ../..)

# Use a common temporary build directory for all GRTeclyn applications
TMP_BUILD_DIR ?= $(GRTECLYN_HOME)/tmp_build_dir
CXXSTD = c++17

0 comments on commit 3981f7f

Please sign in to comment.