Merge "Allow disabling LTO on eng"

This commit is contained in:
Treehugger Robot
2018-07-11 20:21:19 +00:00
committed by Gerrit Code Review

View File

@@ -92,6 +92,9 @@ type variableProperties struct {
Eng struct {
Cflags []string
Cppflags []string
Lto struct {
Never *bool
}
}
Pdk struct {