diff options
Diffstat (limited to 'dabp-decode/Makefile')
| -rw-r--r-- | dabp-decode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dabp-decode/Makefile b/dabp-decode/Makefile index 9c3ed31..8800c6b 100644 --- a/dabp-decode/Makefile +++ b/dabp-decode/Makefile @@ -6,4 +6,4 @@ SRCS := main.cpp \ wavfile.h wavfile.cpp dabp-decoder: $(SRCS) - g++ -Wall -std=c++17 -fsanitize=address -lfdk-aac -o dabp-decoder AACDecoder.cpp wavfile.cpp main.cpp + g++ -g -Wall -std=c++17 -fsanitize=address -lfdk-aac -o dabp-decoder AACDecoder.cpp wavfile.cpp main.cpp |
