mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Added nu_cache define.
This commit is contained in:
parent
a018a39601
commit
52c94f6e29
@ -198,7 +198,10 @@ CFLAGS=$(CFLAGS) -DCookieManagement -DSingleSignon
|
||||
CFLAGS=$(CFLAGS) -DTRANSACTION_RECEIPTS
|
||||
!endif
|
||||
|
||||
|
||||
# TODO Cleanup later -Gagan
|
||||
!ifdef NU_CACHE
|
||||
CFLAGS=$(CFLAGS) -DNU_CACHE
|
||||
!endif
|
||||
|
||||
# always need these:
|
||||
CFLAGS = $(CFLAGS) -DNETSCAPE
|
||||
|
Loading…
Reference in New Issue
Block a user