From 6a1a06f1506b88b769955ddc57035cf166f64ef4 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 22 一月 2021 17:59:18 +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