Skip to content

Commit

Permalink
set value to c++14
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 authored Dec 17, 2024
1 parent fd7d60b commit fa7cc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/005-gcc-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cd build-$TARGET-stage2
--enable-threads=posix \
--disable-tls \
--disable-nls \
--enable-cxx-flags="-fno-enforce-eh-specs" \
--enable-cxx-flags="c++14" \
$TARG_XTRA_OPTS

## Compile and install.
Expand Down

0 comments on commit fa7cc8b

Please sign in to comment.