Lines Matching +full:compile +full:- +full:time
12 # toolchain-specific flags at generation time.
14 -c
15 -HL
16 -Hnosdata
17 -Hnolib
18 -Hnocrt
19 -Hnoentry
20 -Hldopt=-Bbase=0x0 # Set an entry point to avoid a warning
21 -Werror
31 # common compile options, no copyright msg, little-endian, no small data,
33 list(APPEND TOOLCHAIN_C_FLAGS -Hnocopyr -HL -Hnosdata)
36 list(APPEND TOOLCHAIN_C_FLAGS -Hoff=Stackcheck_alloca)
41 # NOTE: the option name '-fno-builtin' is misleading a bit - we still can
44 list(APPEND TOOLCHAIN_C_FLAGS -fno-builtin)
47 # The MWDT compiler requires different macro definitions for ARC and RISC-V
50 list(APPEND TOOLCHAIN_C_FLAGS -D__MW_ASM_RV_MACRO__)