Merge commit '9f4a16c52ea8f2383244587ea4cb534fe7f6da49'
* commit '9f4a16c52ea8f2383244587ea4cb534fe7f6da49': configure: Do not explicitly set Oy for msvc/icl Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
767e171c9a
2
configure
vendored
2
configure
vendored
@ -2664,7 +2664,7 @@ msvc_common_flags(){
|
|||||||
-Wall) ;;
|
-Wall) ;;
|
||||||
-std=c99) ;;
|
-std=c99) ;;
|
||||||
# Common flags
|
# Common flags
|
||||||
-fomit-frame-pointer) echo -Oy ;;
|
-fomit-frame-pointer) ;;
|
||||||
-g) echo -Z7 ;;
|
-g) echo -Z7 ;;
|
||||||
-fno-math-errno) ;;
|
-fno-math-errno) ;;
|
||||||
-fno-common) ;;
|
-fno-common) ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user