From 43a39cecd8c3e33f9364cc03dd03506cb3e4267e Mon Sep 17 00:00:00 2001 From: tracer-ics2023 Date: Sun, 18 Aug 2024 10:47:49 +0800 Subject: [PATCH] =?UTF-8?q?>=20=20compile=20NEMU=20221220000=20=E5=BC=A0?= =?UTF-8?q?=E4=B8=89=20Linux=20zzy=205.15.146.1-microsoft-standard-WSL2=20?= =?UTF-8?q?#1=20SMP=20Thu=20Jan=2011=2004:09:03=20UTC=202024=20x86=5F64=20?= =?UTF-8?q?x86=5F64=20x86=5F64=20GNU/Linux=20=2010:47:48=20up=2014:44,=20?= =?UTF-8?q?=202=20users,=20=20load=20average:=200.27,=200.18,=200.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nemu/scripts/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemu/scripts/build.mk b/nemu/scripts/build.mk index 9873326..ff7bae5 100644 --- a/nemu/scripts/build.mk +++ b/nemu/scripts/build.mk @@ -22,7 +22,7 @@ CXX := g++ endif LD := $(CXX) INCLUDES = $(addprefix -I, $(INC_PATH)) -DEFINE ?= +DEFINE = _ CFLAGS := -O2 -MMD -Wall -Werror $(INCLUDES) $(CFLAGS) -D$(DEFINE) LDFLAGS := -O2 $(LDFLAGS)