Skip to content

Commit

Permalink
Merge pull request #1103 from hainm/master
Browse files Browse the repository at this point in the history
add -Wl,--no-undefined
  • Loading branch information
hainm committed Jan 8, 2016
2 parents e2ec072 + 1a2739c commit dfdb5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ def do_what():
if '.pyx' in ext])

# check command line
extra_compile_args = ['-O0', '-ggdb']
extra_link_args = ['-O0', '-ggdb']
extra_compile_args = ['-O0', '-ggdb', '-Wl,--no-undefined']
extra_link_args = ['-O0', '-ggdb', '-Wl,--no-undefined']

list_of_libcpptraj = glob(os.path.join(libdir, 'libcpptraj') + '*')
if not list_of_libcpptraj:
Expand Down

0 comments on commit dfdb5d0

Please sign in to comment.