diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2026-01-22 09:53:38 +0100 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2026-01-22 09:53:38 +0100 |
| commit | 97a78863727794265c7cea1c7029cd8f26b9e9b7 (patch) | |
| tree | eb8b49e1e987a2ec5db69b01509faf739780eabd /dabp-decode/Makefile | |
| parent | 1f112f14ff0bb3cb77f97c8d945bece9dd90fc4c (diff) | |
| download | mmbtools-aux-master.tar.gz mmbtools-aux-master.tar.bz2 mmbtools-aux-master.zip | |
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 |
