You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running makepkg , by default it strips symbols from executables and libraries
I had to edit the PKGBUILD to prevent this
I could then link
I added the following line to PKGBUILD:
options=("!strip")
Am I misusing this? I don't see how other users can link without doing similar if on Arch and installing via the AUR (and I don't want to change the default behaviour of makepkg by editing its config).
Uh oh!
There was an error while loading. Please reload this page.
This may be my misuse, but:
meson
Long story, short:
makepkg
, by default it strips symbols from executables and librariesPKGBUILD
to prevent thisI added the following line to
PKGBUILD
:Am I misusing this? I don't see how other users can link without doing similar if on Arch and installing via the AUR (and I don't want to change the default behaviour of
makepkg
by editing its config).References:
options (array)
The text was updated successfully, but these errors were encountered: