mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-09 18:22:35 +00:00
Consistently use -std=c++2a, not -std=c++20
Commit63a911e657switched to `-std=c++20` since at the time we required GCC 10 or higher. Commitd5ce5329eapartially reverted to `-std=c++2a` since we once again support GCC 9, which did not yet handle `std=c++20`.
This commit is contained in:
@@ -257,7 +257,7 @@ tidy: src/asm/parser.hpp src/link/script.hpp
|
||||
iwyu:
|
||||
$Qenv ${MAKE} \
|
||||
CXX="include-what-you-use" \
|
||||
REALCXXFLAGS="-std=c++20 -I include"
|
||||
REALCXXFLAGS="-std=c++2a -I include"
|
||||
|
||||
# Target used in development to conveniently invoke RGBDS binaries with Wine.
|
||||
wine-shim:
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
-std=c++20
|
||||
-std=c++2a
|
||||
-I
|
||||
include
|
||||
-fno-exceptions
|
||||
|
||||
Reference in New Issue
Block a user