diff --git a/problemtools/config/languages.yaml b/problemtools/config/languages.yaml index 394a606..130937f 100644 --- a/problemtools/config/languages.yaml +++ b/problemtools/config/languages.yaml @@ -98,7 +98,7 @@ c: name: 'C' priority: 950 files: '*.c' - compile: '/usr/bin/gcc -g -O2 -std=gnu23 -static -o {binary} {files} -lm' + compile: '/usr/bin/gcc -g -O2 -std=gnu17 -static -o {binary} {files} -lm' run: '{binary}' cpp: