Allow overriding default CFLAGS
This commit is contained in:
parent
4206849da9
commit
1bd6d0f5f0
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -20,7 +20,8 @@ SDL_LIBS != pkg-config --libs sdl
|
|||
|
||||
LIB_VERSION = 1.0
|
||||
|
||||
QUIRC_CFLAGS = -O3 -Wall -Ilib $(CFLAGS) $(SDL_CFLAGS)
|
||||
CFLAGS ?= -O3 -Wall
|
||||
QUIRC_CFLAGS = -Ilib $(CFLAGS) $(SDL_CFLAGS)
|
||||
LIB_OBJ = \
|
||||
lib/decode.o \
|
||||
lib/identify.o \
|
||||
|
|
Loading…
Reference in a new issue