Any support for not stripping binaries?
    Omair Majid 
    omajid at redhat.com
       
    Thu Mar 14 16:46:45 PDT 2013
    
    
  
Hi,
I was wondering if there a known way to avoid stripping binaries?
I tried the following configuration
$ bash configure --enable-debug --disable-zip-debug-info
$ make POST_STRIP_CMD='' STRIP_POLICY=no_strip DEBUG_BINARIES=true all
The hotspot shared objects (such as libjvm.so, libjsgi.so, libattach.so)
still had DWARF information, but all JDK shared objects (such as the
java launcher, libawt.so) seem to be stripped.
Is there a way to emulate this style of the builds?
$ make
  DEBUG_CLASSFILES="true" \
  DEBUG_BINARIES="true" \
  STRIP_POLICY="no_strip"
Thanks,
Omair
-- 
PGP Key: 66484681 (http://pgp.mit.edu/)
Fingerprint = F072 555B 0A17 3957 4E95  0056 F286 F14F 6648 4681
    
    
More information about the build-infra-dev
mailing list