gcc10 preparation (#4643)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
dd79144537
commit
cac7b7a82e
|
@ -58,7 +58,7 @@ endif
|
||||||
# yes we have two kinds of EXTRA_*PARAMS so that we can define those in two different places independently
|
# yes we have two kinds of EXTRA_*PARAMS so that we can define those in two different places independently
|
||||||
#
|
#
|
||||||
ifeq ($(USE_OPT),)
|
ifeq ($(USE_OPT),)
|
||||||
USE_OPT = $(EXTRA_PARAMS) $(EXTRA_2_PARAMS) $(DEBUG_LEVEL_OPT) $(RFLAGS) -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant
|
USE_OPT = $(EXTRA_PARAMS) $(EXTRA_2_PARAMS) $(DEBUG_LEVEL_OPT) $(RFLAGS) -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant -fno-inline-functions
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# EFI_UNIT_TEST determines if we are running in a unit test (hide things from hw/sim)
|
# EFI_UNIT_TEST determines if we are running in a unit test (hide things from hw/sim)
|
||||||
|
|
Loading…
Reference in New Issue