Skip to content

Commit

Permalink
disable-implicit-string-processing-module-import
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Liu <[email protected]>
  • Loading branch information
andy0808 committed Aug 3, 2023
1 parent 2194020 commit 7f6b215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mm/src/mmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ def get_swift_predefined(p_type):
'-Xfrontend',
'-data-sections',
'-Xcc',
'-D__MADMACHINE__'
'-D__MADMACHINE__',
'-Xfrontend',
'-disable-implicit-string-processing-module-import'
]

if p_type == 'executable':
Expand Down

0 comments on commit 7f6b215

Please sign in to comment.