mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 13:45:30 -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
|
||||
ar cru dummy_libs/libpthread.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
|
||||
rm -rf build
|
||||
# --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-ldflags="$LDFLAGS" \
|
||||
--enable-option-checking=fatal \
|
||||
|
Loading…
x
Reference in New Issue
Block a user