893e0b
diff --git a/purgatory/Makefile b/purgatory/Makefile
893e0b
index 49ce80a..97b7a03 100644
893e0b
--- a/purgatory/Makefile
893e0b
+++ b/purgatory/Makefile
893e0b
@@ -67,7 +67,7 @@ $(PURGATORY): $(PURGATORY_OBJS)
893e0b
 	$(MKDIR) -p $(@D)
893e0b
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@.sym $^
893e0b
 #	$(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) --no-undefined -e purgatory_start -r -o $@ $(PURGATORY_OBJS) $(UTIL_LIB)
893e0b
-	$(STRIP) --strip-debug -o $@ $@.sym
893e0b
+	$(STRIP) --strip-debug --no-merge-notes -o $@ $@.sym
893e0b
 
893e0b
 echo::
893e0b
 	@echo "PURGATORY_SRCS $(PURGATORY_SRCS)"