Browse Source

Set -fno-stack-protector

Arch, I'm disappointed in you, we should not have to do this.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 6 years ago
parent
commit
0d2cda1b8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sys/src/9/amd64/core.json

+ 1 - 0
sys/src/9/amd64/core.json

@@ -1,6 +1,7 @@
 {
 	"core": {
 		"Cflags": [
+			"-fno-stack-protector",
 			"-mcmodel=kernel",
 			"-O0",
 			"-static",