Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
7336f1f1
Commit
7336f1f1
authored
Oct 13, 2013
by
Erik Niemeyer
Committed by
Gerrit Code Review
Oct 13, 2013
Browse files
Merge "Adjust icc compiler options"
parents
1ea04d98
51af8a51
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
7336f1f1
...
...
@@ -1060,9 +1060,11 @@ EOF
CC
=
${
CC
:-
icc
}
LD
=
${
LD
:-
icc
}
setup_gnu_toolchain
add_cflags
-use-msasm
-use-asm
add_ldflags
-i-static
enabled x86_64
&&
add_cflags
-ipo
-static
-O3
add_cflags
-use-msasm
# remove -use-msasm too?
# add -no-intel-extensions to suppress warning #10237
# refer to http://software.intel.com/en-us/forums/topic/280199
add_ldflags
-i-static
-no-intel-extensions
enabled x86_64
&&
add_cflags
-ipo
-static
-O3
-no-prec-div
enabled x86_64
&&
AR
=
xiar
case
${
tune_cpu
}
in
atom
*
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment