mirror of
https://github.com/google/liblc3.git
synced 2026-04-16 12:45:31 +00:00
make: Add makefile LC3_PLUS options
This commit is contained in:
8
Makefile
8
Makefile
@@ -31,6 +31,14 @@ LD := $(if $(LD)=ld,$(CC),$(LD))
|
||||
CFLAGS := $(if $(DEBUG),-O0 -g,-O3)
|
||||
CFLAGS += -std=c11 -Wall -Wextra -Wdouble-promotion -Wvla -pedantic
|
||||
|
||||
ifneq ($(LC3_PLUS),)
|
||||
DEFINE += LC3_PLUS=$(LC3_PLUS)
|
||||
endif
|
||||
|
||||
ifneq ($(LC3_PLUS_HR),)
|
||||
DEFINE += LC3_PLUS_HR=$(LC3_PLUS_HR)
|
||||
endif
|
||||
|
||||
|
||||
#
|
||||
# Declarations
|
||||
|
||||
Reference in New Issue
Block a user