| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 0248a1137451c3bb3f20b992c482a55333f7dfac..996e227714d4a13659c37b52b96601bca5e9914f 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -227,6 +227,9 @@ UNITTEST_SRCS = \
|
| # The X86 assembler tests take too long to compile. Given how infrequently the
|
| # assembler will change, we disable them.
|
| ifdef CHECK_X86_ASM
|
| +ifndef DEBUG
|
| +$(error Run check-unit with DEBUG=1 lest your machine perish)
|
| +endif
|
| UNITTEST_SRCS += AssemblerX8632/LowLevel.cpp \
|
| AssemblerX8632/DataMov.cpp \
|
| AssemblerX8632/Locked.cpp \
|
|
|