diff options
author | Dave Barach <dave@barachs.net> | 2020-02-10 10:16:40 -0500 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-02-13 07:46:36 +0000 |
commit | 98bd75778736d4322db5ee7ecf5c548133e05d0f (patch) | |
tree | 12d17f6b56639041e6bae8248cca47ef0f710d58 /src/vppinfra/config.h.in | |
parent | 104112f2d412a4576b5e0d3bbb20665d2b5bd615 (diff) |
vppinfra: add cmake option to grow vectors by 1
For debugging. Do not set this option in production.
Type: feature
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I5e59671c4932e064bc087b85bf9c62c6f3bf48cf
Diffstat (limited to 'src/vppinfra/config.h.in')
-rw-r--r-- | src/vppinfra/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vppinfra/config.h.in b/src/vppinfra/config.h.in index 1a8e03184a9..7aad027a8b6 100644 --- a/src/vppinfra/config.h.in +++ b/src/vppinfra/config.h.in @@ -21,4 +21,6 @@ #endif #define CLIB_TARGET_TRIPLET "@CMAKE_C_COMPILER_TARGET@" +#define CLIB_VECTOR_GROW_BY_ONE @VECTOR_GROW_BY_ONE@ + #endif |