Skip to content
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

Release builds with debug info? #2333

Open
ahhyes2021 opened this issue Sep 20, 2022 · 1 comment
Open

Release builds with debug info? #2333

ahhyes2021 opened this issue Sep 20, 2022 · 1 comment

Comments

@ahhyes2021
Copy link

libjemalloc.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3e4c7ef44a7ba5059209351ccb70ef21ded73189, with debug_info, not stripped

How do I build without the debug symbols?

@ahhyes2021
Copy link
Author

ahhyes2021 commented Sep 20, 2022

I was able to override this (somewhat, but not completely) with setting the compiler flags (CFLAGS+CXXFLAGS) to "-g0" -- the configure script seems to look to see if -g3 is supported by the compiler and if it is, it assumes "hey great, it does, lets append -g3 to the compiler flags!" - why this approach though?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant