Build with -fstack-protector
This commit is contained in:
parent
95a3139496
commit
59a0f6d8a6
|
@ -1,6 +1,6 @@
|
||||||
targets=basename,cat,chgrp,chmod,chown,cksum,cmp,cp,date,df,dirname,du,echo,false,file,find,head,id,kill,link,ln,locale,logname,ls,mkdir,mkfifo,more,mv,nice,pr,printf,ps,pwd,renice,rm,rmdir,sleep,strings,tail,test,time,touch,true,tty,uname,uniq,unlink,wc,who
|
targets=basename,cat,chgrp,chmod,chown,cksum,cmp,cp,date,df,dirname,du,echo,false,file,find,head,id,kill,link,ln,locale,logname,ls,mkdir,mkfifo,more,mv,nice,pr,printf,ps,pwd,renice,rm,rmdir,sleep,strings,tail,test,time,touch,true,tty,uname,uniq,unlink,wc,who
|
||||||
cflags_force=-W
|
cflags_force=-W
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic -fstack-protector
|
||||||
dist=Makefile,common.c
|
dist=Makefile,common.c
|
||||||
|
|
||||||
[basename]
|
[basename]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
targets=utilbox
|
targets=utilbox
|
||||||
cflags_force=-W
|
cflags_force=-W
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic -fstack-protector
|
||||||
dist=Makefile,graph.sh,utils.sh,utilbox.h
|
dist=Makefile,graph.sh,utils.sh,utilbox.h
|
||||||
|
|
||||||
[utilbox]
|
[utilbox]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user