diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-10 15:05:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-10 15:05:31 +0000 |
commit | 17d05a1d6ba9aec6bda5dd920d50ed3768bd5a7b (patch) | |
tree | 106b78a3d49b62d2b507155b857664a6241a5a8b /distrib/special | |
parent | 847a95ae34212a95b5a85c0190c278ea0c650edd (diff) |
compile as much as possible on the install media with -fno-stack-protector.
yeah, you heard right..
Diffstat (limited to 'distrib/special')
-rw-r--r-- | distrib/special/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/special/Makefile.inc b/distrib/special/Makefile.inc index 7dcd3d63e41..3586d866b38 100644 --- a/distrib/special/Makefile.inc +++ b/distrib/special/Makefile.inc @@ -1,6 +1,6 @@ # options for all the directories below -COPTS+=-Os +COPTS+=-Os -fno-stack-protector MAN= LDSTATIC=-static NOPIE= |