changelog: use -std=c11 instead of -std=c18

This commit is contained in:
Daniel Eklöf 2020-12-21 12:20:08 +01:00
parent 5987b7c85f
commit 505680087c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -22,6 +22,10 @@
## 1.6.1
### Added
### Changed
* Use `-std=c11` instead of `-std=c18`.
### Deprecated
### Removed
### Fixed