1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 10:32:44 +01:00
RIOT/sys/ssp/Makefile.include

4 lines
74 B
Makefile
Raw Normal View History

2016-12-04 11:04:40 +01:00
ifneq (,$(filter ssp,$(USEMODULE)))
CFLAGS += -fstack-protector
endif