diff options
Diffstat (limited to 'apps/Makefile')
-rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index 8fc1bf627d..69de3a0f78 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -171,7 +171,7 @@ endif ifeq ($(UNAME), Darwin) SIMULATOR_MAP= else -SIMULATOR_MAP=-Wl,-Map,$(OBJDIR)/rockbox.map +#SIMULATOR_MAP=-Wl,-Map,$(OBJDIR)/rockbox.map endif $(BUILDDIR)/$(BINARY) : $(OBJS) $(DEPFILE) $(BUILDDIR)/libsim.a \ |