Skip to content

Commit

Permalink
revert to c++20 dev to c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
newfrenchy83 authored and Pentarctagon committed Feb 18, 2021
1 parent 0293e77 commit 0bcd185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectfiles/CodeBlocks/campaignd.cbp
Expand Up @@ -29,7 +29,7 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++20" />
<Add option="-std=c++17" />
<Add option="-mthreads" />
<Add option="-fexceptions" />
<Add option="-fdiagnostics-show-option" />
Expand Down

0 comments on commit 0bcd185

Please sign in to comment.