aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-10 16:48:02 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:02 +0300
commita61e8c559b6b690a019253067224d595e3d642f1 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /build/ymake.core.conf
parent659131349be7796c633c453b4d8b4fa20b8c6ee9 (diff)
downloadydb-a61e8c559b6b690a019253067224d595e3d642f1.tar.gz
Restoring authorship annotation for <arcadia-devtools@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 5d14628a43..081833998b 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -5621,7 +5621,7 @@ SSE4_DEFINES=
SSE4_CFLAGS=
# tag:cpu
-when (($ARCH_X86_64 || $ARCH_I386) && $DISABLE_INSTRUCTION_SETS != "yes") {
+when (($ARCH_X86_64 || $ARCH_I386) && $DISABLE_INSTRUCTION_SETS != "yes") {
when ($CLANG || $CLANG_CL || $GCC) {
PIC_CFLAGS=-fPIC
SSE2_CFLAGS=-msse2