From 327cba9c1b085f91401fd8efbc409b7875b85a9a Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Mon, 30 Jul 2012 20:38:56 -0800 Subject: Fixing the debug build [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13594] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9490f1..f5e676b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ include version_detection.mk -ifeq ($(GPGPUSIM_CONFIG), debug) +ifeq ($(GPGPUSIM_CONFIG), $(CUDART_VERSION)/debug) export DEBUG=1 else export DEBUG=0 -- cgit v1.3