Skip to content

Commit f95af98

Browse files
committed
guix: default ssp for Windows GCC
1 parent 95d55b9 commit f95af98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ inspecting signatures in Mach-O binaries.")
461461
`(append ,flags
462462
;; https://gcc.gnu.org/install/configure.html
463463
(list "--enable-threads=posix",
464+
"--enable-default-ssp=yes",
464465
building-on)))))))
465466

466467
(define-public linux-base-gcc

0 commit comments

Comments
 (0)