瀏覽代碼

Sweep blank lines

pull/248/head
RDR8 8 年之前
父節點
當前提交
9eaff6902f
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      src/Makefile

+ 1
- 3
src/Makefile 查看文件

@ -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)

Loading…
取消
儲存