On 16/02/2015 16:41, Stefan Priebe - Profihost AG wrote: >> > Yes, just do nothing ("--enable-debug-info" is the default; >> > "--enable-debug" enables debug info _and_ turns off optimization). > If I do not enable-debug dh_strip does not extract any debugging symbols.
Then you need --disable-strip too. Paolo