| commit | 9d43ecfe92c2d506655416acc4da84726f0da3f0 | [log] [tgz] |
|---|---|---|
| author | Andrew Jeffery <andrew@aj.id.au> | Thu May 25 10:31:08 2023 +0930 |
| committer | Andrew Jeffery <andrew@aj.id.au> | Thu May 25 11:22:29 2023 +0930 |
| tree | 7ab7bef3dc43315a0a901fb4797837be50246d26 | |
| parent | 8b112068af2838cd5ef838bd83b4b6117ce7a174 [diff] |
unit-test: Increase available debug information for test builds
Configuring `-Og` helps ensure `abi-dumper` has all the information it
would like for ABI analysis.
```
...
[18/39] Generating abi-dump with a custom command
Detect public symbols
Reading debug-info
WARNING: incompatible build option detected: -O0 (required -Og for better analysis)
...
```
Change-Id: Ia4d2add17a1e65bb480cb7003597af62c8e47bc2
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>