Codebase list mupen64plus-rsp-hle / 06c8ec7
If DEBUG not set, set NDEBUG Logan authored 6 years ago GitHub committed 6 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
208208 CFLAGS += -g
209209 INSTALL_STRIP_FLAG ?=
210210 else
211 CFLAGS += -DNDEBUG
211212 ifneq ($(OS),OSX)
212213 INSTALL_STRIP_FLAG ?= -s
213214 endif