mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Forgot to make sure the optimization tweak only happens when BUILD_OPT is set. Duh.
This commit is contained in:
parent
e40d8a1618
commit
3ef5e8253e
@ -90,7 +90,9 @@ include $(DEPTH)/config/rules.mk
|
||||
# egcs-2.90.23 980102 (egcs-1.0.1 release)
|
||||
#
|
||||
ifeq ($(OS_ARCH)$(CPU_ARCH),Linuxalpha)
|
||||
ifdef BUILD_OPT
|
||||
$(OBJDIR)/jidctred.o: jidctred.c
|
||||
@$(MAKE_OBJDIR)
|
||||
$(CC) -o $@ -c $(XP_DEFINE) -O $(OS_CFLAGS) $(MDUPDATE_FLAGS) $(DEFINES) $(INCLUDES) $(XCFLAGS) $(PROF_FLAGS) $<
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user