Skip to content

Commit

Permalink
Remove dead refernces to -X shadowcode
Browse files Browse the repository at this point in the history
Summary: This doesn't seem to be used anymore.

Reviewed By: mpage

Differential Revision: D28881526

fbshipit-source-id: c2268bf
  • Loading branch information
jbower-fb authored and facebook-github-bot committed Jun 3, 2021
1 parent 0f7be6b commit 601512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ TCLTK_LIBS= @TCLTK_LIBS@
# The task to run while instrumented when building the profile-opt target.
# We exclude unittests with -x that take a ridiculious amount of time to
# run in the instrumented training build or do not provide much value.
PROFILE_TASK=-X shadowbytecode -m test.regrtest --pgo
PROFILE_TASK=-m test.regrtest --pgo

# report files for gcov / lcov coverage report
COVERAGE_INFO= $(abs_builddir)/coverage.info
Expand Down

0 comments on commit 601512f

Please sign in to comment.