This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/cdialect.md
2021-11-07 01:10:58 -05:00

527 B

cdialect

cdialect "value"

Parameters

value one of:

  • Default: the default C dialect for the toolset
  • C89: ISO C89
  • C90: ISO C90
  • C99: ISO C99
  • C11: ISO C11
  • C17: ISO C17
  • gnu89: GNU dialect of ISO C89
  • gnu90: GNU dialect of ISO C90
  • gnu99: GNU dialect of ISO C99
  • gnu11: GNU dialect of ISO C11
  • gnu17: GNU dialect of ISO C17

Applies To

The config scope.

Availability

Premake 5.0.0 alpha 12 or later.

Examples

cdialect "value"