From f06c50870c507444177ed604e08884d44f3e9770 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 13 May 2016 04:07:00 +0200 Subject: Wall is a good idea for the vim ide integration Change-Id: Ifb3c602335097ec1e837b60c236683382cfde3e1 --- bin/gbuild-to-ide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit