added -fno-stack-protector to linux gcc makefiles. -- noch

Former-commit-id: 7f6c73341414af134c2ae23cd5dab5629d0d5fe5
This commit is contained in:
Norayr Chilingarian 2016-05-02 03:13:04 +04:00
parent aeadd58952
commit 042ff66d14
5 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ endif
PREFIX = $(PRF)/voc-$(RELEASE)
PREFIXLN = $(PRF)/voc
CCOPT = -fPIC $(INCLUDEPATH) -g
CCOPT = -fPIC $(INCLUDEPATH) -g -fno-stack-protector
SHRLIBEXT = so
CC = $(CCOMP) $(CCOPT) -c
CL = $(CCOMP) $(CCOPT)