Skip to content
Snippets Groups Projects
Commit b57f2c7e authored by Steve Lhomme's avatar Steve Lhomme
Browse files

update the minimum gcc/clang version with C17 support

c17 option added in gcc 8: https://gcc.gnu.org/onlinedocs/gcc-8.5.0/gcc/Standards.html
released in 2018: https://gcc.gnu.org/releases.html

c17 officially supported in clang 6: https://clang.llvm.org/c_status.html
released in 2018: https://releases.llvm.org/
parent b164a2f4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Platform support changes:
- macOS 10.11 or later
- iOS 9 or later
- Android 4.1.x or later (API-16)
- GCC 5.0 or Clang 3.4 (or equivalent)
- GCC 8.0 or Clang 8 (or equivalent)
* Windows on ARM is now supported
* Universal Windows is only supported for Windows 10 (not Windows 8 anymore)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment