-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbgsym packages should build automatically #21
Comments
@fstirlitz maybe you know what's going |
diff --git i/fdpp/clang.mak w/fdpp/clang.mak
index c4f86aa..c606d16 100644
--- i/fdpp/clang.mak
+++ w/fdpp/clang.mak
@@ -26,7 +26,7 @@ ALLCFLAGS += -ggdb3 -O2
endif
CFLAGS=$(ALLCFLAGS)
-LDFLAGS=-shared -Wl,-Bsymbolic
+LDFLAGS=-shared -Wl,-Bsymbolic -Wl,--build-id=sha1
CLC = clang
ALLCFLAGS:=$(ALLCFLAGS) -DI386 GCC sets this option by default. |
Thanks!!! |
stsp
added a commit
that referenced
this issue
Aug 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But they are not!
So I added this patch: ac8b689
@skitt could you please help me? :)
Once again I don't understand why the
debug packages are not automatically built.
Same thing was with dosemu in the past,
but now for dosemu they are built automatically,
and I can't find the difference! :(
The text was updated successfully, but these errors were encountered: