diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-28 23:55:18 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-28 23:55:18 +0300 |
commit | dacfe14704eb0ddc4a63612db6545a12930c844e (patch) | |
tree | c85cea5b97e783d06f0004bbfd46f720277d6cec /build/ymake_conf.py | |
parent | 373e1375391a8eb3b2547faa6c2a8d26aa600b5a (diff) | |
download | ydb-dacfe14704eb0ddc4a63612db6545a12930c844e.tar.gz |
intermediate changes
ref:5261e0c7b0f71c55ab7e8584bf96d7d104e7eec5
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-x | build/ymake_conf.py | 4 |
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', )) |