HaxeFoundation / HaxeFoundation/hxcpp
Final output is not stripped
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
I'm trying to create a small game with OpenFL for Linux. When building the binary the log ends with:
```
- Running command: strip -d ApplicationMain
generated config=/home/somepath/Export/linux/obj/HxcppConfig.h
generated exe=/home/somepath/Export/linux/obj/ApplicationMain
- Copying file: Export/linux/obj/ApplicationMain -> Export/linux/bin/MyApplication
- Running command: chmod 755 Export/linux/bin/MyApplication
```
The file found at `Export/linux/bin/MyApplication` isn't stripped. So either the wrong binary is copied or the stripping actually never happens.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.