Merge "Add libs to debuggable"
This commit is contained in:
commit
3b90bb9834
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ type variableProperties struct {
|
|||
Keep_symbols *bool
|
||||
Keep_symbols_and_debug_frame *bool
|
||||
}
|
||||
Static_libs []string
|
||||
Whole_static_libs []string
|
||||
Shared_libs []string
|
||||
}
|
||||
|
||||
// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging
|
||||
|
|
Loading…
Reference in a new issue