> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 10:47:48 up 14:44,  2 users,  load average: 0.27, 0.18, 0.16
This commit is contained in:
tracer-ics2023
2024-08-18 10:47:49 +08:00
committed by zzy
parent 5abb7befbc
commit 43a39cecd8

View File

@ -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)