Sweep blank lines

This commit is contained in:
RDR8 2017-03-24 03:37:49 -05:00
parent f1bb245999
commit 9eaff6902f

View File

@ -179,11 +179,9 @@ endif
ifeq ($(PLATFORM),PLATFORM_RPI)
CFLAGS = -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces
endif
#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
###########
# if shared library required, make sure code is compiled as position independent
ifeq ($(SHARED),YES)
CFLAGS += -fPIC