configure updates and build clean scripts#368
Closed
Asherda wants to merge 19 commits intomiketout:devfrom
Closed
Conversation
This reverts commit c4379e3. (cherry picked from commit zcash/zcash/72aa644a2a39c3f0434bf24913c64cd88221fbe7)
(cherry picked from commit fda3f64)
(cherry picked from commit c699c93)
This enables the use of different compiler sanitizers, coresponding to the -fsanitize option in GCC and Clang. (cherry picked from commit ce0a143)
(cherry picked from commit 76125f6)
Various changes: * Don't check $GCC and $GXX * Prefer -Og instead of -O0 * If -g3 isn't available, use -g This also incidentally fixes compiler warnings with GCC and glibc when using --enable-debug, as the old default values mixed poorly with the hardening flags. (cherry picked from commit 45e2031)
(cherry picked from commit 88c9e22)
(cherry picked from commit a8780a9)
Don't optimize at all when --enable-debug is supplied. This makes sure that nothing is optimized out. (cherry picked from commit 81ddf86)
Signed-off-by: Daira Hopwood <daira@jacaranda.org> (cherry picked from commit 6174ba2)
Signed-off-by: Daira Hopwood <daira@jacaranda.org> (cherry picked from commit 4718c1e)
Signed-off-by: Daira Hopwood <daira@jacaranda.org> (cherry picked from commit 531e2b2)
Signed-off-by: Daira Hopwood <daira@jacaranda.org> (cherry picked from commit 9f6278e)
Signed-off-by: Daira Hopwood <daira@jacaranda.org> (cherry picked from commit 457437e)
Signed-off-by: Daira Hopwood <daira@jacaranda.org> (cherry picked from commit 6b8c0bc)
Signed-off-by: Daira Hopwood <daira@jacaranda.org> (cherry picked from commit 6214266)
…d by clean.sh. Signed-off-by: Daira Hopwood <daira@jacaranda.org> (cherry picked from commit 47b05ab)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.