aboutsummaryrefslogtreecommitdiff
path: root/shellgenerator.py
diff options
context:
space:
mode:
Diffstat (limited to 'shellgenerator.py')
-rwxr-xr-xshellgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shellgenerator.py b/shellgenerator.py
index 5c7ce2e..ad375b2 100755
--- a/shellgenerator.py
+++ b/shellgenerator.py
@@ -209,6 +209,7 @@ echo Run compile.sh before this or bad things will happen.
def generate_basic_compiler_arguments(self, target, compiler):
commands = []
commands += compiler.get_exelist()
+ commands += self.build.get_global_flags(compiler)
commands += compiler.get_debug_flags()
commands += compiler.get_std_warn_flags()
commands += compiler.get_compile_only_flags()