Skip to content

Commit 0c9e55a

Browse files
authored
Revert "Redefine flags for win32 (#13362)" because it didn't fix windows build (#14072)
1 parent 4d23192 commit 0c9e55a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

build/internal/ya.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ USE_AIO = "static"
1313
USE_ICONV = "static"
1414
USE_IDN = "static"
1515
APPLE_SDK_LOCAL = "yes"
16-
CFLAGS = "-fno-omit-frame-pointer"
16+
CFLAGS = "-fno-omit-frame-pointer -Wno-unknown-argument"
1717
USE_CLANG_CL = "yes"
1818

1919
[flags]
@@ -23,5 +23,5 @@ USE_AIO = "static"
2323
USE_ICONV = "static"
2424
USE_IDN = "static"
2525
APPLE_SDK_LOCAL = "yes"
26-
CFLAGS = "-fno-omit-frame-pointer"
26+
CFLAGS = "-fno-omit-frame-pointer -Wno-unknown-argument"
2727
USE_CLANG_CL = "yes"

build/internal/ya.make.windows.conf

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)