1 parent 5d3a721 commit 273a2a3Copy full SHA for 273a2a3
1 file changed
gadgets/coliru_compiler.js
@@ -24,7 +24,7 @@ function Editor(root) {
24
}
25
],
26
default_id: 4,
27
- opt: ' -O2 -Wall -Wextra -pedantic -pthread main.cpp ',
+ opt: ' -O2 -Wall -Wextra -pedantic -pthread -pedantic-errors main.cpp ',
28
29
30
var cmd_info_c = {
@@ -37,7 +37,7 @@ function Editor(root) {
37
{ title: 'clang 3.4 (C99)', cmd: 'clang++ -x c -std=c99 '}
38
39
default_id: 3,
40
41
42
43
this.check_is_cxx = function() {
0 commit comments