We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc245d6 + 5cd785d commit 4012392Copy full SHA for 4012392
drivers/metal/SCsub
@@ -36,7 +36,7 @@ env_metal.drivers_sources += thirdparty_obj
36
# Enable C++20 for the Objective-C++ Metal code, which uses C++20 concepts.
37
if "-std=gnu++17" in env_metal["CXXFLAGS"]:
38
env_metal["CXXFLAGS"].remove("-std=gnu++17")
39
-env_metal.Append(CXXFLAGS=["-std=c++20"])
+env_metal.Append(CXXFLAGS=["-std=gnu++20"])
40
41
# Enable module support
42
env_metal.Append(CCFLAGS=["-fmodules", "-fcxx-modules"])
0 commit comments