Giter Site home page Giter Site logo

Comments (3)

stsp avatar stsp commented on August 23, 2024

@fstirlitz maybe you know what's going
on here? I wasn't able to get the debuginfo
by default from dosemu2 too, before your
patch. But I can't find any magic in it. And
the same thing happens here: no debug
info unless the -dbg package is explicitly
built. That's crazy.

from fdpp.

fstirlitz avatar fstirlitz commented on August 23, 2024
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.

from fdpp.

stsp avatar stsp commented on August 23, 2024

Thanks!!!
You are mega cool! :)
I would probably have figured this
out myself not very soon.

from fdpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.