Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
q10 committed Nov 13, 2024
1 parent ba352e7 commit 1a85f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbgemm_gpu/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def _get_cxx11_abi():
_get_cxx11_abi(),
]

cxx_flags = ["-gsplit-dwarf"]
cxx_flags = ["-gsplit-dwarf", "-mcmodel=medium", "-fPIC"]

if self.args.verbose:
print("[SETUP.PY] Building in VERBOSE mode ...")
Expand Down

0 comments on commit 1a85f82

Please sign in to comment.