Quellcode durchsuchen

Sweep blank lines

pull/248/head
RDR8 vor 8 Jahren
Ursprung
Commit
9eaff6902f
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. +1
    -3
      src/Makefile

+ 1
- 3
src/Makefile Datei anzeigen

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

Laden…
Abbrechen
Speichern