mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 04:07:23 +00:00
6 lines
169 B
Makefile
6 lines
169 B
Makefile
# This option enables -fcf-protection for stage2, stage3 and stage4.
|
|
|
|
STAGE2_CFLAGS += -fcf-protection
|
|
STAGE3_CFLAGS += -fcf-protection
|
|
STAGE4_CFLAGS += -fcf-protection
|