Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
0c0a57b9
Commit
0c0a57b9
authored
Dec 12, 2014
by
James Zern
Committed by
Gerrit Code Review
Dec 12, 2014
Browse files
Merge "don't set INLINE to 'always_inline'"
parents
2bf4b485
5fe9a5c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
0c0a57b9
...
...
@@ -1271,9 +1271,6 @@ EOF
# Try to find which inline keywords are supported
check_cc
<<
EOF
&& INLINE="inline"
static inline function() {}
EOF
check_cc
<<
EOF
&& INLINE="__inline__ __attribute__((always_inline))"
static __attribute__((always_inline)) function() {}
EOF
# Almost every platform uses pthreads.
...
...
Write
Preview
Markdown
is supported
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