解决O3下,printk在ap处理器中打印的信息会出现滚动的bug

This commit is contained in:
fslongjin
2022-08-01 23:45:21 +08:00
parent 23fa428274
commit aa7dc4daa5
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ export ARCH=__x86_64__
export ROOT_PATH=$(shell pwd)
export DEBUG=DEBUG
export GLOBAL_CFLAGS := -mcmodel=large -fno-builtin -m64 -fno-stack-protector -D $(ARCH)
export GLOBAL_CFLAGS := -mcmodel=large -fno-builtin -m64 -fno-stack-protector -D $(ARCH) -O1
ifeq ($(DEBUG), DEBUG)
GLOBAL_CFLAGS += -g