mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-13 12:12:12 +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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
-std=c++20
|
||||
-std=c++2a
|
||||
-I
|
||||
include
|
||||
-fno-exceptions
|
||||
|
||||
Reference in New Issue
Block a user