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 | 7aa4cf700385ff96999c5cc301171ff157974773 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/pcre/ya.make | |
parent | 536101ea75c9ff5df10d01c2f460b1f6e12311b3 (diff) | |
download | ydb-7aa4cf700385ff96999c5cc301171ff157974773.tar.gz |
Restoring authorship annotation for Dmitry Potapov <potapov.d@gmail.com>. Commit 2 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 c21e145594..85ae150697 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 ) |