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