mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Makefile.lite fixes
Patch-from: Robert Kausch <robert.kausch@freac.org>
This commit is contained in:
@@ -66,7 +66,7 @@ else
|
||||
LINKD = $(CC) -shared
|
||||
endif
|
||||
|
||||
BASE_CFLAGS = -Wall -Wextra $(CONFIG_CFLAGS) -DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
|
||||
BASE_CFLAGS = -Wall -Wextra $(CONFIG_CFLAGS) -DVERSION=$(VERSION) -DPACKAGE_VERSION=$(VERSION) $(DEFINES) $(INCLUDES)
|
||||
|
||||
ifeq ($(DEFAULT_BUILD),debug)
|
||||
CFLAGS := -g -O0 -DDEBUG $(CFLAGS) $(BASE_CFLAGS) -Wmissing-prototypes -Wstrict-prototypes
|
||||
|
||||
Reference in New Issue
Block a user