mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 11:16:57 +00:00
sel4: use O3 optimization level
This is the default optimization level in the original seL4 SDK. By adapting to O3, we work around a bug [1] in version 2.1.0 that only shows on low optimization levels. [1] https://github.com/seL4/seL4/issues/20
This commit is contained in:
parent
958bf4d903
commit
0d6dc46bbb
@ -19,7 +19,7 @@ build_kernel:
|
||||
ARCH=x86 SEL4_ARCH=ia32 PLAT=pc99 DEBUG=1 \
|
||||
LDFLAGS+=-nostdlib LDFLAGS+=-Wl,-nostdlib \
|
||||
$(addprefix LDFLAGS+=$(LINKER_OPT_PREFIX),$(LD_MARCH)) \
|
||||
CFLAGS+=-fno-builtin-printf \
|
||||
CFLAGS+="-fno-builtin-printf -O3" \
|
||||
$(addprefix CFLAGS+=,$(CC_MARCH)) \
|
||||
CONFIG_KERNEL_EXTRA_CPPFLAGS+=-DCONFIG_MAX_NUM_IOAPIC=1 \
|
||||
CONFIG_KERNEL_EXTRA_CPPFLAGS+=-DCONFIG_IRQ_IOAPIC=1 \
|
||||
|
Loading…
Reference in New Issue
Block a user