common/autoconf/jdk-options.m4

changeset 2206
7ba4e17574e0
parent 1404
17e06bbf496e
child 2236
19e8754f5415
equal deleted inserted replaced
2205:54eb4c29ece4 2206:7ba4e17574e0
1 # 1 #
2 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 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 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
604 ZIP_DEBUGINFO_FILES=true 604 ZIP_DEBUGINFO_FILES=true
605 fi 605 fi
606 606
607 AC_SUBST(ENABLE_DEBUG_SYMBOLS) 607 AC_SUBST(ENABLE_DEBUG_SYMBOLS)
608 AC_SUBST(ZIP_DEBUGINFO_FILES) 608 AC_SUBST(ZIP_DEBUGINFO_FILES)
609 AC_SUBST(CFLAGS_DEBUG_SYMBOLS)
610 AC_SUBST(CXXFLAGS_DEBUG_SYMBOLS)
611 ]) 609 ])
612 610
613 # Support for customization of the build process. Some build files 611 # Support for customization of the build process. Some build files
614 # will include counterparts from this location, if they exist. This allows 612 # will include counterparts from this location, if they exist. This allows
615 # for a degree of customization of the build targets and the rules/recipes 613 # for a degree of customization of the build targets and the rules/recipes

mercurial