mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-13 14:15:44 -04:00
Use --std=c++11 to get nullptr available
This commit is contained in:
parent
e06b4ba1e1
commit
265edd2419
@ -25,7 +25,7 @@ cd openjdk
|
||||
rm -rf build
|
||||
bash ./configure \
|
||||
--with-extra-cflags="$CPPFLAGS" \
|
||||
--with-extra-cxxflags="$CXXFLAGS --std=c++0x" \
|
||||
--with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
||||
--with-extra-ldflags="$LDFLAGS" \
|
||||
--enable-option-checking=fatal \
|
||||
--openjdk-target=$TARGET \
|
||||
|
Loading…
x
Reference in New Issue
Block a user