5 lines
146 B
Makefile
5 lines
146 B
Makefile
|
# This option enables -fcf-protection -mcet for stage2 and stage3.
|
||
|
|
||
|
STAGE2_CFLAGS += -fcf-protection -mcet
|
||
|
STAGE3_CFLAGS += -fcf-protection -mcet
|