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
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user