-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add build configure option --O3 #83
Labels
Comments
jamienoss
added a commit
to jamienoss/hstcal
that referenced
this issue
Apr 12, 2017
This invokes the compiler optimization flag -O3 instead of using the current build default -O2. --debug takes precedence. Use of this will spawn a warning and prompt the user for a response to continue. Fixes spacetelescope#83 Signed-off-by: James Noss <jnoss@stsci.edu>
jamienoss
added a commit
to jamienoss/hstcal
that referenced
this issue
Apr 14, 2017
This invokes the compiler optimization flag -O3 instead of using the current build default -O2. --debug takes precedence. Use of this will spawn a warning and prompt the user for a response to continue. Fixes spacetelescope#83 Signed-off-by: James Noss <jnoss@stsci.edu>
sosey
pushed a commit
that referenced
this issue
Apr 24, 2017
This invokes the compiler optimization flag -O3 instead of using the current build default -O2. --debug takes precedence. Use of this will spawn a warning and prompt the user for a response to continue. Fixes #83 Signed-off-by: James Noss <jnoss@stsci.edu>
sosey
pushed a commit
to sosey/hstcal
that referenced
this issue
Apr 24, 2017
This invokes the compiler optimization flag -O3 instead of using the current build default -O2. --debug takes precedence. Use of this will spawn a warning and prompt the user for a response to continue. Fixes spacetelescope#83 Signed-off-by: James Noss <jnoss@stsci.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This invokes the compiler optimization flag -O3.
--debug takes precedence.
Upon use, this spawns a warning message requesting user input to either continue or abort configuration.
The text was updated successfully, but these errors were encountered: