Skip to content
Snippets Groups Projects
Commit 8fcb801d authored by John Koleszar's avatar John Koleszar Committed by Code Review
Browse files

Merge "added -fomit-frame-pointer flag for gcc builds"

parents d889035f 9409e380
No related branches found
No related tags found
No related merge requests found
......@@ -884,6 +884,8 @@ process_common_toolchain() {
link_with_cc=gcc
tune_cflags="-march="
setup_gnu_toolchain
#for 32 bit x86 builds, -O3 did not turn on this flag
enabled optimizations && check_add_cflags -fomit-frame-pointer
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment