diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/kamek.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kamek.py b/tools/kamek.py index 3f7fb5c..97b02cf 100644 --- a/tools/kamek.py +++ b/tools/kamek.py @@ -267,7 +267,7 @@ class KamekBuilder(object): if use_mw: # metrowerks setup - cc_command = ['%smwcceppc.exe' % mw_path, '-I.', '-I-', '-I.', '-nostdinc', '-Cpp_exceptions', 'off', '-Os', '-proc', 'gekko', '-fp', 'hard', '-enum', 'int', '-sdata', '0', '-sdata2', '0', '-g'] + cc_command = ['%smwcceppc.exe' % mw_path, '-I.', '-I-', '-I.', '-nostdinc', '-Cpp_exceptions', 'off', '-Os', '-proc', 'gekko', '-fp', 'hard', '-enum', 'int', '-sdata', '0', '-sdata2', '0', '-g', '-RTTI', 'off', '-use_lmw_stmw', 'on'] as_command = ['%smwasmeppc.exe' % mw_path, '-I.', '-I-', '-I.', '-nostdinc', '-proc', 'gekko', '-d', '__MWERKS__'] for d in self._config['defines']: |