From e1c45b607ef7c6cddebe93d96e8f6e0cd4987da6 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 18 Nov 2025 10:58:09 +0800
Subject: [PATCH] update config logger
---
project/booster/makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/project/booster/makefile b/project/booster/makefile
index 0fd869e..3525db8 100644
--- a/project/booster/makefile
+++ b/project/booster/makefile
@@ -11,7 +11,7 @@
#
#*******************************************************************************
-PWD=$(shell pwd )
+PWD=$(shell pwd)
BUILD_ARCH=$(shell uname -m)
ifneq ($(findstring $(BUILD_ARCH), "x86_64" "i386"),)
@@ -22,7 +22,6 @@
LIBNAME=$(shell basename ${PWD} )
TOPDIR=$(shell dirname ${PWD} )
-CFLAGS+=-D_GNU_SOURCE
all: clean
@rm -f *.o
--
Gitblit v1.9.1