From 14ef00efc0b93e6301d046ccc8b3e90f9ac60ca4 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 20 Nov 2025 15:37:06 +0800
Subject: [PATCH] update modules makefile
---
project/booster/makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/project/booster/makefile b/project/booster/makefile
index b6ece0e..2b9a3c5 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"),)
@@ -20,7 +20,6 @@
LIBNAME=$(shell basename ${PWD} )
TOPDIR=$(shell dirname ${PWD} )
-CFLAGS+=-D_GNU_SOURCE
all: clean
@rm -f *.o
--
Gitblit v1.9.1