We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140146f commit 7e240c6Copy full SHA for 7e240c6
build/internal/ya.conf
@@ -13,7 +13,7 @@ USE_AIO = "static"
13
USE_ICONV = "static"
14
USE_IDN = "static"
15
APPLE_SDK_LOCAL = "yes"
16
-CFLAGS = "-fno-omit-frame-pointer -Wno-unknown-argument"
+CFLAGS = "-fno-omit-frame-pointer"
17
USE_CLANG_CL = "yes"
18
19
[flags]
@@ -23,5 +23,5 @@ USE_AIO = "static"
23
24
25
26
27
build/internal/ya.make.windows.conf
@@ -0,0 +1,5 @@
1
+[host_platform_flags]
2
+CFLAGS = ""
3
+
4
+[flags]
5
0 commit comments