Skip to content

Commit

Permalink
remove mcmodel link flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Anibal committed Dec 7, 2023
1 parent b861c8b commit 4f3c68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ endif
# _linker_script = meson.project_source_root() / '_build_utils/link-version-pyinit.map'
# link_args = ['-Wl,--version-script=' + _linker_script]
link_args = ['-Wl,--image-base,0x10000000']
link_args = ['-mcmodel=medium']
# link_args = ['-mcmodel=medium']

# https://mesonbuild.com/Python-module.html
py_mod = import('python')
Expand Down

0 comments on commit 4f3c68b

Please sign in to comment.