diff options
Diffstat (limited to 'src/benchmarks/falsesharing/Makefile')
| -rw-r--r-- | src/benchmarks/falsesharing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/falsesharing/Makefile b/src/benchmarks/falsesharing/Makefile index 763864a..2058b05 100644 --- a/src/benchmarks/falsesharing/Makefile +++ b/src/benchmarks/falsesharing/Makefile @@ -3,8 +3,8 @@ OBJDIR ?= obj CXX ?= g++ WARNFLAGS ?= -Wall -Wextra -COMMONFLAGS ?= -fno-builtin -fPIC -DPIC -pthread -OPTFLAGS ?= -O3 -DNDEBUG +COMMONFLAGS ?= -fno-builtin -fPIC -DPIC -pthread -g +OPTFLAGS ?= -O0 CXXFLAGS ?= $(OPTFLAGS) $(WARNFLAGS) $(COMMONFLAGS) |
