Skip to content

Commit

Permalink
add --cc=clang option
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Helmich committed Jun 12, 2020
1 parent ac9c32f commit 168ec02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/base/cmdline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
value = "VALUE",
description = "Choose a C/C++ compiler set",
allowed = {
{ "gcc", "GNU GCC (gcc/g++)" },
{ "ow", "OpenWatcom" },
{ "ghs", "Green Hills Software" },
{ "gcc", "GNU GCC (gcc/g++)" },
{ "clang", "LLVM Clang (clang/clang++)" },
{ "ow", "OpenWatcom" },
{ "ghs", "Green Hills Software" },
}
}

Expand Down

0 comments on commit 168ec02

Please sign in to comment.