mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
instrument for valgrind
This commit is contained in:
@@ -23,9 +23,11 @@ DEFAULT_CONFIG = release
|
||||
CONFIG = $(DEFAULT_CONFIG)
|
||||
|
||||
debug : CONFIG = debug
|
||||
valgrind: CONFIG = valgrind
|
||||
release : CONFIG = release
|
||||
|
||||
debug : all
|
||||
valgrind: all
|
||||
release : all
|
||||
|
||||
gain_analysis:
|
||||
|
||||
Reference in New Issue
Block a user