Skip to content

Commit 4805c57

Browse files
committed
---
yaml --- r: 81773 b: refs/heads/master c: 03e5e96 h: refs/heads/master i: 81771: 9ebaf6f v: v3
1 parent 69f2c47 commit 4805c57

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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: 40834a0c23b32416af6a04512c6937004e487a88
2+
refs/heads/master: 03e5e9631567904e03ec61b698a1eeff1372125d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/Makefile.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ else
100100
CFG_RUSTC_FLAGS += -O --cfg rtopt
101101
endif
102102

103-
ifdef CFG_ENABLE_DEBUG
104-
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG))
105-
CFG_GCCISH_CFLAGS += -DRUST_DEBUG
106-
else
103+
ifdef CFG_DISABLE_DEBUG
107104
CFG_RUSTC_FLAGS += --cfg ndebug
108105
CFG_GCCISH_CFLAGS += -DRUST_NDEBUG
106+
else
107+
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG))
108+
CFG_RUSTC_FLAGS += --cfg debug
109+
CFG_GCCISH_CFLAGS += -DRUST_DEBUG
109110
endif
110111

111112
ifdef SAVE_TEMPS

0 commit comments

Comments
 (0)