Commit 767e171c authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '9f4a16c5'

* commit '9f4a16c5':
  configure: Do not explicitly set Oy for msvc/icl
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7efcd531 9f4a16c5
......@@ -2664,7 +2664,7 @@ msvc_common_flags(){
-Wall) ;;
-std=c99) ;;
# Common flags
-fomit-frame-pointer) echo -Oy ;;
-fomit-frame-pointer) ;;
-g) echo -Z7 ;;
-fno-math-errno) ;;
-fno-common) ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment