-
Notifications
You must be signed in to change notification settings - Fork 12
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
Compile project multiple times with changed flags #563
Comments
Hi, it is possible and there are multiple ways of achieving it. See
See
Simple experiments, e.g., Example:
This gives you the following properties:
|
Thank you so much for the fast reply, worked like a charm ! :) |
Hey there,
I was wondering whether it is possible to recompile the same project multiple times during an experiment.
Basically what I want to do is to compile the project, run an analysis, clean the build directory, then change a compiler flag and do it all over again, possibly multiply times.
How would I go about that if it is possible to do ?
Cheers and thanks in advance
The text was updated successfully, but these errors were encountered: