mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove some obsolete defines
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
|
||||
lib_LTLIBRARIES = libFLAC.la
|
||||
if DEBUG
|
||||
CFLAGS += @CFLAGS@ -DFLAC__PRECOMPUTE_PARTITION_SUMS -DFLAC__OVERFLOW_DETECT
|
||||
CFLAGS += @CFLAGS@ -DFLAC__OVERFLOW_DETECT
|
||||
else
|
||||
CFLAGS = @CFLAGS@ -DFLAC__PRECOMPUTE_PARTITION_SUMS
|
||||
CFLAGS = @CFLAGS@
|
||||
endif
|
||||
|
||||
if FLaC__NO_ASM
|
||||
|
||||
Reference in New Issue
Block a user