Skip to content

Commit

Permalink
Merge pull request #273 from pehrsoderman/bump-java-version
Browse files Browse the repository at this point in the history
GCC should use gnu17
  • Loading branch information
pehrsoderman committed Aug 17, 2024
2 parents 4c8de61 + be8f8e0 commit b5a5365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problemtools/config/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5a5365

Please sign in to comment.