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
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?
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?
The text was updated successfully, but these errors were encountered: