-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[workspace] Remove globbing from qhull build #17227
[workspace] Remove globbing from qhull build #17227
Conversation
+@EricCousineau-TRI for both reviews per schedule, please. @drake-jenkins-bot mac-big-sur-clang-bazel-experimental-release please |
Oops, debug builds are yelling. +(status: do not review) for now. |
Don't build unnecessary files: Coordinates.cpp, PointCoordinates.cpp, QhullPoints.cpp, QhullStat.cpp, RboxPoints.cpp, rboxlib_r.c. This makes our build and object code footprint smaller, and enables a future commit to use a better technique for C++ symbol visibility.
da7bd8f
to
f3433e6
Compare
+@EricCousineau-TRI for both reviews per schedule, please. @drake-jenkins-bot mac-big-sur-clang-bazel-experimental-release please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: complete! all discussions resolved, LGTM from assignee EricCousineau-TRI(platform) (waiting on @jwnimmer-tri)
Don't build unnecessary files: Coordinates.cpp, PointCoordinates.cpp, QhullPoints.cpp, QhullStat.cpp, RboxPoints.cpp, rboxlib_r.c. This makes our build and object code footprint smaller, and enables a future commit to use a better technique for C++ symbol visibility.
Don't build unnecessary files: Coordinates.cpp, PointCoordinates.cpp, QhullPoints.cpp, QhullStat.cpp, RboxPoints.cpp, rboxlib_r.c. This makes our build and object code footprint smaller, and enables a future commit to use a better technique for C++ symbol visibility.
Don't build unnecessary files: Coordinates.cpp, PointCoordinates.cpp, QhullPoints.cpp, QhullStat.cpp, RboxPoints.cpp, rboxlib_r.c.
This makes our build and object code footprint smaller, and enables a future commit to use a better technique for C++ symbol visibility. Towards #17231.
This change is