Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
liruipeng committed Mar 29, 2024
1 parent d4c9b8d commit de1ba59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -212,7 +212,7 @@ def makeobjects(pkg):
libraries=libraries,
define_macros=define_macros,
extra_objects=uedgeobjects,
extra_link_args=['-g','-DFORTHON'] +
extra_link_args=CARGS+['-g','-DFORTHON'] +
fcompiler.extra_link_args,
extra_compile_args=fcompiler.extra_compile_args + C_OMPARGS
)],

0 comments on commit de1ba59

Please sign in to comment.