summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/gbuild-to-ide2
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