From 940bb9e9238488025bf41eb2b2d3df077274004f Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 13 一月 2021 13:00:50 +0800 Subject: [PATCH] update --- Make.defines.linux | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Make.defines.linux b/Make.defines.linux index 14195d8..2a1fddc 100755 --- a/Make.defines.linux +++ b/Make.defines.linux @@ -36,7 +36,7 @@ # preprocessor options CPPFLAGS += $(INCLUDES) -std=c++11 # compilation options -CFLAGS += $(DEBUGFLAGS) -Wall -DLINUX -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L $(EXTRA) +CFLAGS += $(DEBUGFLAGS) -Wall -DLINUX -D_GNU_SOURCE $(EXTRA) # linked options LDFLAGS += -- Gitblit v1.8.0