< prev index next >

make/autoconf/spec.gmk.in

Print this page
rev 57725 : 8237192: Generate stripped/public pdbs on Windows for jdk images

*** 299,308 **** --- 299,311 ---- USE_PRECOMPILED_HEADER := @USE_PRECOMPILED_HEADER@ # Only build headless support or not ENABLE_HEADLESS_ONLY := @ENABLE_HEADLESS_ONLY@ + # build on Windows stripped/public pdbs as well + ENABLE_STRIPPED_PDBS := @ENABLE_STRIPPED_PDBS@ + ENABLE_FULL_DOCS := @ENABLE_FULL_DOCS@ # JDK_OUTPUTDIR specifies where a working jvm is built. # You can run $(JDK_OUTPUTDIR)/bin/java
< prev index next >