Skip to content

Commit

Permalink
Put multiple flags into list - allows prefixing
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoehrle committed Oct 18, 2016
1 parent 3eeb90c commit 04daa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/gcc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
["SSE4.1"] = "-msse4.1",
},
warnings = {
Extra = "-Wall -Wextra",
Extra = { "-Wall", "-Wextra" },
Off = "-w",
},
symbols = {
Expand Down

0 comments on commit 04daa8e

Please sign in to comment.