Skip to content

Commit 7e240c6

Browse files
authored
Redefine flags for win32 (#13362)
Co-authored-by: Dmitry Nechitaev <nechda@yandex-team.ru>
1 parent 140146f commit 7e240c6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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 -Wno-unknown-argument"
16+
CFLAGS = "-fno-omit-frame-pointer"
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 -Wno-unknown-argument"
26+
CFLAGS = "-fno-omit-frame-pointer"
2727
USE_CLANG_CL = "yes"

build/internal/ya.make.windows.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[host_platform_flags]
2+
CFLAGS = ""
3+
4+
[flags]
5+
CFLAGS = ""

0 commit comments

Comments
 (0)