core/irrt: use +std=c++20 to compile
To explicitly set the C++ variant and avoid inconsistencies.
This commit is contained in:
parent
c6dade1394
commit
b2900b4883
|
@ -22,6 +22,7 @@ fn main() {
|
||||||
"--target=wasm32",
|
"--target=wasm32",
|
||||||
"-x",
|
"-x",
|
||||||
"c++",
|
"c++",
|
||||||
|
"-std=c++20",
|
||||||
"-fno-discard-value-names",
|
"-fno-discard-value-names",
|
||||||
"-fno-exceptions",
|
"-fno-exceptions",
|
||||||
"-fno-rtti",
|
"-fno-rtti",
|
||||||
|
|
Loading…
Reference in New Issue