Skip to content

Commit

Permalink
Include CPPFLAGS in CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jun 23, 2021
1 parent 114b360 commit 448de8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ includedir ?= $(prefix)/include
libdir ?= $(prefix)/lib
mandir ?= $(prefix)/man

CFLAGS += -O3 -Wall -pthread -fpic
CFLAGS += -O3 -Wall -pthread -fpic $(CPPFLAGS)
#CFLAGS += -O0 -g -Wall -pthread -fpic

# -Wunused-local-typedefs -Wunused-macros -fno-common
Expand Down

0 comments on commit 448de8d

Please sign in to comment.