Add comment

This commit is contained in:
Baptiste Wicht 2016-07-03 16:37:32 +02:00
parent 160b78e168
commit f335186c80

1
cpp.mk
View File

@ -20,6 +20,7 @@ CPP_FLAGS_64=$(COMMON_CPP_FLAGS) -mpreferred-stack-boundary=4 $(ENABLE_SSE_FLAGS
KERNEL_CPP_FLAGS_64=$(CPP_FLAGS_64)
# Activate Stack Smashing Protection
KERNEL_CPP_FLAGS_64 += -fstack-protector
COMMON_LINK_FLAGS=-lgcc