Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #495 from lpsinger/revert-434
Browse files Browse the repository at this point in the history
Revert "Hack to pass -coverage to linker"
  • Loading branch information
bsipocz authored Sep 14, 2019
2 parents 4f8eafd + 224c25d commit a1b4e02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions astropy_helpers/openmp_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ def check_openmp_support(openmp_flags=None):
compile_flags = openmp_flags.get('compiler_flags')
link_flags = openmp_flags.get('linker_flags')

# Pass -coverage flag to linker.
# https://github.com/astropy/astropy-helpers/pull/374
if '-coverage' in compile_flags and '-coverage' not in link_flags:
link_flags.append('-coverage')

tmp_dir = tempfile.mkdtemp()
start_dir = os.path.abspath('.')

Expand Down

0 comments on commit a1b4e02

Please sign in to comment.