diff options
| author | aamir <[email protected]> | 2018-09-22 15:28:40 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-09-22 15:28:40 -0700 |
| commit | 09e6092ace5213a5d5a49bf80b052802c06a4268 (patch) | |
| tree | 4cef1b01b7015d5b7c730ef7b4d9589db28ffd7d /src/gpgpu-sim/Makefile | |
| parent | 3949357047a621a06b2e7fb4fd6099cce1469d27 (diff) | |
debug prints
Diffstat (limited to 'src/gpgpu-sim/Makefile')
| -rw-r--r-- | src/gpgpu-sim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/Makefile b/src/gpgpu-sim/Makefile index f10a8a4..4f77699 100644 --- a/src/gpgpu-sim/Makefile +++ b/src/gpgpu-sim/Makefile @@ -48,7 +48,7 @@ ifeq ($(GNUC_CPP0X), 1) endif ifneq ($(DEBUG),1) - OPTFLAGS += -O3 + OPTFLAGS += -O0 else CXXFLAGS += endif |
