Merge "don't set INLINE to 'always_inline'"
This commit is contained in:
@@ -1271,9 +1271,6 @@ EOF
|
|||||||
# Try to find which inline keywords are supported
|
# Try to find which inline keywords are supported
|
||||||
check_cc <<EOF && INLINE="inline"
|
check_cc <<EOF && INLINE="inline"
|
||||||
static inline function() {}
|
static inline function() {}
|
||||||
EOF
|
|
||||||
check_cc <<EOF && INLINE="__inline__ __attribute__((always_inline))"
|
|
||||||
static __attribute__((always_inline)) function() {}
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Almost every platform uses pthreads.
|
# Almost every platform uses pthreads.
|
||||||
|
|||||||
Reference in New Issue
Block a user