Merge "Enable execute-only memory layouts by default."
This commit is contained in:
commit
0b475181a6
|
@ -649,7 +649,7 @@ func (c *config) EnableCFI() bool {
|
|||
|
||||
func (c *config) EnableXOM() bool {
|
||||
if c.productVariables.EnableXOM == nil {
|
||||
return false
|
||||
return true
|
||||
} else {
|
||||
return Bool(c.productVariables.EnableXOM)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue