diff options
| author | Tim Rogers <[email protected]> | 2012-07-30 20:38:56 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:53 -0700 |
| commit | 327cba9c1b085f91401fd8efbc409b7875b85a9a (patch) | |
| tree | 8af55f7c899e9f03edcf08d973b15539a4f6657f /Makefile | |
| parent | b29506a9021f12590ddc0eac2a4bffd582af09a1 (diff) | |
Fixing the debug build
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13594]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
