Merge "Allow disabling LTO on eng"
This commit is contained in:
@@ -92,6 +92,9 @@ type variableProperties struct {
|
|||||||
Eng struct {
|
Eng struct {
|
||||||
Cflags []string
|
Cflags []string
|
||||||
Cppflags []string
|
Cppflags []string
|
||||||
|
Lto struct {
|
||||||
|
Never *bool
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Pdk struct {
|
Pdk struct {
|
||||||
|
Reference in New Issue
Block a user