File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 40834a0c23b32416af6a04512c6937004e487a88
2
+ refs/heads/master: 03e5e9631567904e03ec61b698a1eeff1372125d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5
5
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
Original file line number Diff line number Diff line change @@ -100,12 +100,13 @@ else
100
100
CFG_RUSTC_FLAGS += -O --cfg rtopt
101
101
endif
102
102
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
107
104
CFG_RUSTC_FLAGS += --cfg ndebug
108
105
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
109
110
endif
110
111
111
112
ifdef SAVE_TEMPS
You can’t perform that action at this time.
0 commit comments