diff options
Diffstat (limited to 'rotord/Makefile')
| -rw-r--r-- | rotord/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rotord/Makefile b/rotord/Makefile index 29378ad..3e5902b 100644 --- a/rotord/Makefile +++ b/rotord/Makefile @@ -113,10 +113,15 @@ Release: CXXFLAGS += -O2 Release: $(PROGRAM) -Debug: CXXFLAGS += -g3 +Debug: CXXFLAGS += -g3 Debug: $(PROGRAM) +Valgrind: CXXFLAGS += -O0 +Valgrind: CXXFLAGS += -g3 + +Valgrind: $(PROGRAM) + prefix=/usr/local Install: rotord |
