src/jdk.jlink/linux/classes/jdk/tools/jlink/resources/strip_native_debug_symbols_plugin.properties
changeset 54824 adb3a3aa2e52
equal deleted inserted replaced
54823:1b940da275d2 54824:adb3a3aa2e52
       
     1 #
       
     2 # Copyright (c) 2019, Red Hat Inc.
       
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4 #
       
     5 # This code is free software; you can redistribute it and/or modify it
       
     6 # under the terms of the GNU General Public License version 2 only, as
       
     7 # published by the Free Software Foundation.  Oracle designates this
       
     8 # particular file as subject to the "Classpath" exception as provided
       
     9 # by Oracle in the LICENSE file that accompanied this code.
       
    10 #
       
    11 # This code is distributed in the hope that it will be useful, but WITHOUT
       
    12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14 # version 2 for more details (a copy is included in the LICENSE file that
       
    15 # accompanied this code).
       
    16 #
       
    17 # You should have received a copy of the GNU General Public License version
       
    18 # 2 along with this work; if not, write to the Free Software Foundation,
       
    19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20 #
       
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22 # or visit www.oracle.com if you need additional information or have any
       
    23 # questions.
       
    24 #
       
    25 strip-native-debug-symbols.description=\
       
    26 Strip debug symbols from native libraries (if any). \n\
       
    27 \ This plugin requires at least one option: \n\
       
    28 \ \ \ objcopy: The path to the 'objcopy' binary. Defaults to 'objcopy' in PATH.\n\
       
    29 \ \ \ exclude-debuginfo-files: Exclude debug info files. Defaults to true.\n\
       
    30 \ \ \ keep-debuginfo-files[=<ext>]: Keep debug info files in <file>.<ext>.\n\
       
    31 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Defaults to <file>.debuginfo \n\
       
    32 \ Examples: --strip-native-debug-symbols keep-debuginfo-files:objcopy=/usr/bin/objcopy \n\
       
    33 \ \ \ \ \ \ \ \ \ \ \ --strip-native-debug-symbols=exclude-debuginfo-files\n
       
    34 
       
    35 strip-native-debug-symbols.argument=\
       
    36 <exclude-debuginfo-files|keep-debuginfo-files|objcopy=/path/to/objcopy>
       
    37 
       
    38 strip-native-debug-symbols.invalidstrip=Invalid objcopy command: {0}
       
    39 
       
    40 strip-native-debug-symbols.iae={0}: Unrecognized argument ''{1}''
       
    41 
       
    42 strip-native-debug-symbols.iae.conflict=\
       
    43 {0}: Cannot use ''{1}'' and ''{2}'' at the same time
       
    44 
       
    45 strip-native-debug-symbols.error.file=Error: {0}: Stripping debug info for file ''{1}'' failed.
       
    46 strip-native-debug-symbols.error.debugfile=Error: {0}: Creating debug info file for ''{1}'' failed.