Skip to content

Commit 854c597

Browse files
committed
---
yaml --- r: 166719 b: refs/heads/master c: 9be54be h: refs/heads/master i: 166717: 63c7702 166715: e0c9810 166711: 5d4a8c8 166703: 9fcdaf0 166687: 841cce7 166655: 5486058 v: v3
1 parent be1d86c commit 854c597

File tree

39 files changed

+644
-490
lines changed

39 files changed

+644
-490
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0bd8534ca7ac8e4379d82b39804d447c16704558
2+
refs/heads/master: 9be54be15b4b4ba5c1b22d958d7619a5154ab469
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 023dfb0c898d851dee6ace2f8339b73b5287136b
55
refs/heads/try: f5d619caf9f32458680fae55526b99582ca682dd

trunk/mk/rt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ $$(JEMALLOC_LOCAL_$(1)): $$(JEMALLOC_DEPS) $$(MKFILE_DEPS)
180180
AR="$$(AR_$(1))" \
181181
RANLIB="$$(AR_$(1)) s" \
182182
CPPFLAGS="-I $(S)src/rt/" \
183-
EXTRA_CFLAGS="-g1"
183+
EXTRA_CFLAGS="-g1 -ffunction-sections -fdata-sections"
184184
$$(Q)$$(MAKE) -C "$$(JEMALLOC_BUILD_DIR_$(1))" build_lib_static
185185

186186
ifeq ($$(CFG_DISABLE_JEMALLOC),)

0 commit comments

Comments
 (0)