diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-01-28 18:42:19 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-01-28 18:42:19 +0900 |
| commit | c858cba3e95f820a956f72607c9af494f70b9304 (patch) | |
| tree | bd8c01bb114f356df823a473ae425f0256a6dfa0 /build_config | |
| parent | 56842628b9968d2786be7b9c772ee8f8fb51248d (diff) | |
| download | mruby-c858cba3e95f820a956f72607c9af494f70b9304.tar.gz mruby-c858cba3e95f820a956f72607c9af494f70b9304.zip | |
Refine `preprocess_options`; ref d95ffb036
If we modify an option that may have been specified by users, we may
make unintended changes, so it is better not to modify it as much as
possible, IMO.
Diffstat (limited to 'build_config')
| -rw-r--r-- | build_config/default.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/default.rb b/build_config/default.rb index 894f1055b..6cdb868ec 100644 --- a/build_config/default.rb +++ b/build_config/default.rb @@ -24,7 +24,7 @@ MRuby::Build.new do |conf| # cc.defines = %w() # cc.option_include_path = %q[-I"%s"] # cc.option_define = '-D%s' - # cc.compile_options = %Q[%{flags} -MMD -o "%{outfile}" -c "%{infile}"] + # cc.compile_options = %Q[%{flags} -MMD -MF "%{outfile}".d -o "%{outfile}" -c "%{infile}"] # end # mrbc settings |
