瀏覽代碼

Update Makefile

pull/1923/head
raysan5 4 年之前
父節點
當前提交
71373ee524
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile 查看文件

@ -195,7 +195,7 @@ endif
# -std=gnu99 defines C language mode (GNU C from 1999 revision)
# -Wno-missing-braces ignore invalid warning (GCC bug 53119)
# -D_DEFAULT_SOURCE use with -std=c99 on Linux and PLATFORM_WEB, required for timespec
CFLAGS += -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces
CFLAGS += -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wunused-result
ifeq ($(BUILD_MODE),DEBUG)
CFLAGS += -g

Loading…
取消
儲存