File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,12 @@ else()
186
186
# --disable-initial-exec-tls - Disable the initial-exec TLS model for
187
187
# jemalloc's internal thread-local storage (on those platforms that
188
188
# support explicit settings). This can allow jemalloc to be dynamically
189
- # loaded after program startup (e.g. using dlopen).
189
+ # loaded after program startup (e.g. using dlopen). --disable-doc -
190
+ # Disable building and installing the documentation.
190
191
COMMAND
191
192
./configure --prefix=${jemalloc_targ_BINARY_DIR}
192
193
--with-jemalloc-prefix=je_ --disable-cxx --disable-initial-exec-tls
193
- CFLAGS=-fPIC
194
+ --disable-doc CFLAGS=-fPIC
194
195
WORKING_DIRECTORY ${jemalloc_targ_SOURCE_DIR}
195
196
OUTPUT ${jemalloc_targ_SOURCE_DIR} /Makefile
196
197
DEPENDS ${jemalloc_targ_SOURCE_DIR} /configure )
You can’t perform that action at this time.
0 commit comments