diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-13 04:07:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:02:17 +0200 |
commit | f06c50870c507444177ed604e08884d44f3e9770 (patch) | |
tree | 0297297a250104e5dcfa4e5d3e34c9261d947a72 | |
parent | 42237e141b9dca778066f00fa1ca9e83fb27fd8e (diff) |
Wall is a good idea for the vim ide integration
Change-Id: Ifb3c602335097ec1e837b60c236683382cfde3e1
-rwxr-xr-x | bin/gbuild-to-ide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index 169cd164a8f8..fb2e888fbf76 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -441,7 +441,7 @@ class VimIntegrationGenerator(IdeIntegrationGenerator): json.dump(global_list, export_file) def generateCommand(self, lib, file): - command = 'clang++ ' + command = 'clang++ -Wall' for key, value in lib.defs.items(): command += ' -D' command += key |