mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
added -fno-stack-protector to linux gcc makefiles. -- noch
Former-commit-id: 7f6c73341414af134c2ae23cd5dab5629d0d5fe5
This commit is contained in:
parent
aeadd58952
commit
042ff66d14
5 changed files with 5 additions and 5 deletions
2
makefile
2
makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue