mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 06:36:48 -04:00
Warn undefined symbols (--warn-unresolved-symbols)
This commit is contained in:
parent
60f8fda8f2
commit
7abb8d8c7f
@ -20,13 +20,13 @@ ln -s /usr/include/fontconfig $ANDROID_INCLUDE/
|
|||||||
mkdir dummy_libs
|
mkdir dummy_libs
|
||||||
ar cru dummy_libs/libpthread.a
|
ar cru dummy_libs/libpthread.a
|
||||||
ar cru dummy_libs/libthread_db.a
|
ar cru dummy_libs/libthread_db.a
|
||||||
export LDFLAGS+=" -L`pwd`/dummy_libs"
|
export LDFLAGS+=" -L`pwd`/dummy_libs --warn-unresolved-symbols"
|
||||||
|
|
||||||
cd openjdk
|
cd openjdk
|
||||||
rm -rf build
|
rm -rf build
|
||||||
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
||||||
bash ./configure BUILD_HEADLESS_ONLY=1 BUILD_HEADLESS=true \
|
# --disable-headful \
|
||||||
--disable-headful \
|
bash ./configure \
|
||||||
--with-extra-cflags="$CPPFLAGS" \
|
--with-extra-cflags="$CPPFLAGS" \
|
||||||
--with-extra-ldflags="$LDFLAGS" \
|
--with-extra-ldflags="$LDFLAGS" \
|
||||||
--enable-option-checking=fatal \
|
--enable-option-checking=fatal \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user