Skip to content

Commit

Permalink
if this makes travis work finally we need to add a linter for this im…
Browse files Browse the repository at this point in the history
…mediately
  • Loading branch information
cosmicexplorer committed Nov 27, 2018
1 parent 4d9db09 commit e12173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/native/tasks/native_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ def _make_compile_argv(self, compile_request):
compiler_options = compile_request.compiler_options
# We are going to execute in the target output, so get absolute paths for everything.
buildroot = get_buildroot()
# TODO: add -v to every compiler and linker invocation!
argv = (
[compiler.exe_filename] +
compiler.extra_args +
# TODO: add -v to every compiler and linker invocation!
# TODO: If we need to produce static libs, don't add -fPIC! (could use Variants -- see #5788).
['-c', '-fPIC'] +
compiler_options +
Expand Down

0 comments on commit e12173c

Please sign in to comment.