unused units #84
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BeRo1985/flre#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It has
dlandUnix,UnixType,in the uses list, but does not use them (with FPC)So they can be removed.
Especially
dl. Withoutdl, I can cross compile it to arm, and run it on x86_64 with qemu-arm. Withdl, it does not run due to a missing .so file.When I remove them, then I will get
thus, they should stay there, I guess.
As additional info, FLRE is now also used in commercial C++ software specifically aimed on the Linux ARM64/AArch64 target.
perhaps they need to be put in libFLRE.dpr
a program and a library have different requirements