Skip to content

Commit

Permalink
add c90
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 29, 2023
1 parent d6f64cf commit f3b7dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmake/modules/core/tools/gcc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ function nf_language(self, stdname)
ansi = "-ansi"
, c89 = "-std=c89"
, gnu89 = "-std=gnu89"
, c90 = "-std=c90"
, gnu90 = "-std=gnu90"
, c99 = "-std=c99"
, gnu99 = "-std=gnu99"
, c11 = "-std=c11"
Expand Down

0 comments on commit f3b7dad

Please sign in to comment.