Skip to content

Commit 82eb7cf

Browse files
committed
no commit message given
1 parent a332f27 commit 82eb7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rsb.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ restore_method = "hardlink" # or "copy"
2222

2323
[cc]
2424
include_paths = ["src/include"]
25-
cflags = ["-O2", "-Werror", "-Wall"]
26-
cxxflags = ["-O2", "-Werror", "-Wall"]
25+
cflags = ["-O2", "-Wall", "-Werror", "-Wextra", "-pedantic", "-std=gnu18"]
26+
cxxflags = ["-O2", "-Wall", "-Werror", "-Wextra", "-pedantic", "-std=c++17"]

0 commit comments

Comments
 (0)