forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
15
Kha/Backends/Kinc-hxcpp/khacpp/docs/build_xml/Stripper.md
Executable file
15
Kha/Backends/Kinc-hxcpp/khacpp/docs/build_xml/Stripper.md
Executable file
@ -0,0 +1,15 @@
|
||||
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"/>
|
||||
```
|
||||
|
Reference in New Issue
Block a user