File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 61e53c94f26af678205fdf8b3fda1e466998a689
2
+ refs/heads/master: 600cec1cd819a49f556fa30b0639a2f24e76cf71
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 9c96a79a74f10bed18b031ce0ac4126c56d6cfb3
5
5
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
Original file line number Diff line number Diff line change @@ -177,11 +177,11 @@ $$(JEMALLOC_LOCAL_$(1)): $$(JEMALLOC_DEPS) $$(MKFILE_DEPS)
177
177
cd "$$(JEMALLOC_BUILD_DIR_$(1 ) ) "; "$(S ) src/jemalloc/configure" \
178
178
$$(JEMALLOC_ARGS_$(1 ) ) --with-jemalloc-prefix=je_ $(CFG_JEMALLOC_FLAGS ) \
179
179
--build=$$(CFG_GNU_TRIPLE_$(CFG_BUILD ) ) --host=$$(CFG_GNU_TRIPLE_$(1 ) ) \
180
- CC="$$(CC_$(1 ) ) " \
180
+ CC="$$(CC_$(1 ) ) $$( CFG_JEMALLOC_CFLAGS_ $( 1 ) ) " \
181
181
AR="$$(AR_$(1 ) ) " \
182
182
RANLIB="$$(AR_$(1 ) ) s" \
183
183
CPPFLAGS="-I $(S ) src/rt/" \
184
- EXTRA_CFLAGS="$$( CFG_CFLAGS_ $( 1 ) ) $$( CFG_JEMALLOC_CFLAGS_ $( 1 ) ) -g1"
184
+ EXTRA_CFLAGS="-g1"
185
185
$$(Q )$$(MAKE ) -C "$$(JEMALLOC_BUILD_DIR_$(1 ) ) " build_lib_static
186
186
187
187
ifeq ($$(CFG_DISABLE_JEMALLOC ) ,)
You can’t perform that action at this time.
0 commit comments