Skip to content

Commit

Permalink
Enable setting of m3llvm -g option.
Browse files Browse the repository at this point in the history
es
  • Loading branch information
RodneyBates committed Feb 22, 2016
1 parent 57e1cc3 commit e852529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3-sys/cminstall/src/config-no-install/Unix.common
Expand Up @@ -138,7 +138,7 @@ if not defined("m3llvm")
local args = [ "-b" ]

if debug
%args += "-g"
args += "-g"
end

%args += "-d" %While m3llvm is under development.
Expand Down

0 comments on commit e852529

Please sign in to comment.