diff options
author | Dmitry Potapov <potapov.d@gmail.com> | 2022-02-10 16:46:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:39 +0300 |
commit | 536101ea75c9ff5df10d01c2f460b1f6e12311b3 (patch) | |
tree | 115291277ad61b2cdcf5044d210fb103b5e1647e /contrib/libs/pcre/ya.make | |
parent | 5036b5f2122001f9aef8a0e4cd85440d73ea6b9f (diff) | |
download | ydb-536101ea75c9ff5df10d01c2f460b1f6e12311b3.tar.gz |
Restoring authorship annotation for Dmitry Potapov <potapov.d@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/pcre/ya.make')
-rw-r--r-- | contrib/libs/pcre/ya.make | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/libs/pcre/ya.make b/contrib/libs/pcre/ya.make index 85ae150697..c21e145594 100644 --- a/contrib/libs/pcre/ya.make +++ b/contrib/libs/pcre/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs a58a0b5098f0c2a389ee70eb69422a052982d990. +# Generated by devtools/yamaker from nixpkgs a58a0b5098f0c2a389ee70eb69422a052982d990. LIBRARY() @@ -34,15 +34,15 @@ CFLAGS( -DHAVE_CONFIG_H ) -# JIT adds ≈108KB to binary size which may be critical for mobile and embedded devices binary distributions -DEFAULT(ARCADIA_PCRE_ENABLE_JIT yes) +# JIT adds ≈108KB to binary size which may be critical for mobile and embedded devices binary distributions +DEFAULT(ARCADIA_PCRE_ENABLE_JIT yes) -IF (ARCADIA_PCRE_ENABLE_JIT) +IF (ARCADIA_PCRE_ENABLE_JIT) CFLAGS( -DARCADIA_PCRE_ENABLE_JIT ) -ENDIF() - +ENDIF() + SRCS( pcre_byte_order.c pcre_chartables.c @@ -71,7 +71,7 @@ SRCS( END() RECURSE( - pcre16 - pcre32 + pcre16 + pcre32 pcrecpp ) |