aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-28 23:55:18 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-28 23:55:18 +0300
commitdacfe14704eb0ddc4a63612db6545a12930c844e (patch)
treec85cea5b97e783d06f0004bbfd46f720277d6cec /build/ymake_conf.py
parent373e1375391a8eb3b2547faa6c2a8d26aa600b5a (diff)
downloadydb-dacfe14704eb0ddc4a63612db6545a12930c844e.tar.gz
intermediate changes
ref:5261e0c7b0f71c55ab7e8584bf96d7d104e7eec5
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index b85cd38598..a26aecbda6 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -2448,9 +2448,6 @@ class MSVCCompiler(MSVC, Compiler):
flags += [
# Allow <windows.h> to be included via <Windows.h> in case-sensitive file-systems.
'-fcase-insensitive-paths',
- # Enable standard-conforming behavior and generate duplicate symbol error in case of duplicated global constants.
- # See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85678#c0
- '-fno-common',
]
if target.is_x86:
flags.append('-m32')
@@ -2467,7 +2464,6 @@ class MSVCCompiler(MSVC, Compiler):
'-Wno-macro-redefined',
'-Wno-parentheses',
'-Wno-pragma-pack',
- '-Wno-unknown-argument',
'-Wno-unknown-warning-option',
))