From b97f43b9b7777a83dd44b4a16b65aeafda996aba Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 26 Jan 2013 01:44:56 +0200 Subject: Can set global flags. --- shellgenerator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'shellgenerator.py') 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() -- cgit v1.1