Files
nuttx/mm
wangmingrong1 ee20aa888b kasan/lto: Turn off lto by default anyway
Of course, there is an error here, that is, the conditional judgment of
  ifeq ($(CONFIG_LTO_NONE),n)
    CFLAGS += -fno-lto
  endif
 is wrong, it should be judged as "ifneq ($(CONFIG_LTO_NONE),)"

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2024-12-05 20:36:37 +08:00
..
2024-11-01 11:44:14 -03:00
2024-11-01 16:59:37 +08:00