diff options
author | Damjan Marion <damarion@cisco.com> | 2018-08-01 14:38:36 +0200 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2018-08-01 14:39:58 +0200 |
commit | 5f21e1bd613b372ea6f8be6423894548dae59bdc (patch) | |
tree | bc88c9c1f3aec1c4768078514b9f6392ee037b0a /src/Makefile.am | |
parent | afc725afaed47f90f48f148c5c8f74348e0aaf23 (diff) |
Store USE_DLMALLOC in vppinfra/config.h
Change-Id: Ib596e7f525b83dc7e830bcf6a126cd210216ce86
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6a9227522b0..68cff7852ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = foreign subdir-objects ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --quiet -AM_CFLAGS = @CPU_FLAGS@ @DLMALLOC@ -Wall +AM_CFLAGS = @CPU_FLAGS@ -Wall AM_CXXFLAGS = -Wall -std=gnu++11 SUBDIRS = . |