mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
fd9bc43be1
- force inlining of more functions - force -O2 for RISC-V (even if -O0 is set globally) - intialize cxx guard after self relocation issue #4094
11 lines
219 B
PHP
11 lines
219 B
PHP
#
|
|
# Force to build -O2 on RISC-V in order to get proper inlining during self
|
|
# relocation
|
|
#
|
|
override CC_OLEVEL = -O2
|
|
|
|
include $(BASE_DIR)/lib/mk/ld-platform.inc
|
|
|
|
INC_DIR += $(DIR)/spec/riscv
|
|
vpath %.s $(DIR)/spec/riscv
|