Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/docs/build_xml/Stripper.md

16 lines
304 B
Markdown
Raw Normal View History

2026-05-22 11:54:15 -07:00
Stripper
--------
A stripper is used to remove debug information in release builds on gcc-like systems. It may contain entries:
- *exe* - Override stripper command
```xml
<exe name="command"/>
```
- *flag* - Add flag to stripper command
```xml
<flag value="flag"/>
```