mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-16 05:32:13 +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:
|
iwyu:
|
||||||
$Qenv ${MAKE} \
|
$Qenv ${MAKE} \
|
||||||
CXX="include-what-you-use" \
|
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.
|
# Target used in development to conveniently invoke RGBDS binaries with Wine.
|
||||||
wine-shim:
|
wine-shim:
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
-std=c++20
|
-std=c++2a
|
||||||
-I
|
-I
|
||||||
include
|
include
|
||||||
-fno-exceptions
|
-fno-exceptions
|
||||||
|
|||||||
Reference in New Issue
Block a user