configure: Only disable aligned stack on MSVC on 32 bit
On 64 bit, the stack seems to be aligned enough for our needs. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
f69f51b3b2
commit
6121a3ef7f
3
configure
vendored
3
configure
vendored
@ -2330,7 +2330,6 @@ probe_cc(){
|
||||
if [ $pfx = hostcc ]; then
|
||||
append _cflags -Dsnprintf=_snprintf
|
||||
fi
|
||||
disable aligned_stack
|
||||
fi
|
||||
|
||||
eval ${pfx}_type=\$_type
|
||||
@ -3470,6 +3469,8 @@ elif enabled tms470; then
|
||||
add_cflags -pds=824 -pds=837
|
||||
elif enabled pathscale; then
|
||||
add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
|
||||
elif enabled msvc; then
|
||||
enabled x86_32 && disable aligned_stack
|
||||
fi
|
||||
|
||||
enabled_any $THREADS_LIST && enable threads
|
||||
|
Loading…
x
Reference in New Issue
Block a user