Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svkeerthy authored and nishant-sachdeva committed Oct 30, 2023
1 parent 9dd5727 commit 2871581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manylinux2014_Compliant_Source/pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_llvm_files():
include_dirs=["./IR2Vec"],
libraries=["z"],
extra_objects=["/usr/local/lib/libIR2Vec.a"] + get_llvm_files(),
extra_compile_args=["-v -std=c++17"],
extra_compile_args=["-v", "--std=c++17"],
)

setup(
Expand Down

0 comments on commit 2871581

Please sign in to comment.