Skip to content

Commit

Permalink
configure: check for strtoull on msvc
Browse files Browse the repository at this point in the history
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
  • Loading branch information
jamrial committed Dec 5, 2016
1 parent 55affd9 commit b52d357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -6284,6 +6284,7 @@ __declspec($_restrict) void* foo(int);
EOF
fi
check_func strtoll || add_cflags -Dstrtoll=_strtoi64
check_func strtoull || add_cflags -Dstrtoull=_strtoui64
# the new SSA optimzer in VS2015 U3 is mis-optimizing some parts of the code
# this flag should be re-checked on newer compiler releases and put under a
# version check once its fixed
Expand Down

0 comments on commit b52d357

Please sign in to comment.