< prev index next >

make/autoconf/flags-ldflags.m4

Print this page
rev 59189 : imported patch build
rev 59190 : [mq]: build-01

*** 131,144 **** if test "x$DEBUG_LEVEL" != xrelease; then DEBUGLEVEL_LDFLAGS_JVM_ONLY="$DEBUGLEVEL_LDFLAGS_JVM_ONLY -bbigtoc" fi fi - # Setup warning flags - LDFLAGS_WARNINGS_ARE_ERRORS="" - AC_SUBST(LDFLAGS_WARNINGS_ARE_ERRORS) - # Setup LDFLAGS for linking executables if test "x$TOOLCHAIN_TYPE" = xgcc; then EXECUTABLE_LDFLAGS="$EXECUTABLE_LDFLAGS -Wl,--allow-shlib-undefined" # Enabling pie on 32 bit builds prevents the JVM from allocating a continuous # java heap. --- 131,140 ----
< prev index next >