From 8a80834fca8e7f45569cb1eb0b0c18c1d5aa6361 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Tue, 26 Jul 2011 11:55:18 -0800 Subject: fixup some dangling references update README and CHANGES to hopefully anticipate most basic questions we'll see [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9880] --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 147c052..cb74099 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,14 @@ # comment out next line to disable OpenGL support # export OPENGL_SUPPORT=1 - -export DEBUG?=0 export SNOW?= +ifeq ($(GPGPUSIM_CONFIG), debug) + export DEBUG=1 +else + export DEBUG=0 +endif + ifeq ($(DEBUG), 1) export SIM_LIB_DIR=lib/debug export SIM_OBJ_FILES_DIR=build/debug -- cgit v1.3