Skip to content

Commit

Permalink
feat(#29): update cpp std version
Browse files Browse the repository at this point in the history
  • Loading branch information
doveccl committed Jul 13, 2022
1 parent 6eba037 commit cb891a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const config = {
'main',
'-O2',
'-lm',
'-std=c++11',
'-std=c++17',
'-DONLINE_JUDGE'
]
},
Expand Down

0 comments on commit cb891a3

Please sign in to comment.