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.
1 parent a332f27 commit 82eb7cfCopy full SHA for 82eb7cf
rsb.toml
@@ -22,5 +22,5 @@ restore_method = "hardlink" # or "copy"
22
23
[cc]
24
include_paths = ["src/include"]
25
-cflags = ["-O2", "-Werror", "-Wall"]
26
-cxxflags = ["-O2", "-Werror", "-Wall"]
+cflags = ["-O2", "-Wall", "-Werror", "-Wextra", "-pedantic", "-std=gnu18"]
+cxxflags = ["-O2", "-Wall", "-Werror", "-Wextra", "-pedantic", "-std=c++17"]
0 commit comments