-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Only stamp on optimized/release builds #849
Comments
There's no way to do that right now, but I think it's a very valuable On Fri, Feb 5, 2016 at 1:06 AM, Austin Schuh notifications@github.com
|
Assigning to Damien for further triage. |
Ok that's a valuable FR but we haven't the bandwidth to work on it right now. As a workaround you can put that in your bazelrc:
And then call bazel with |
@ulfjack given the workaround provided by damenmg above, is this still a feature worth considering or do we close this issue? |
I think that's good enough. |
I'd like to set our repo up so by default, -c dbg or -c fastbuild run without stamping, but -c opt runs with stamping enabled.
bazel.rc:
build --stamp=yes
will do it for everything. Is there a way to only enable stamping for -c opt by default?
The text was updated successfully, but these errors were encountered: