mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 366398: Backing this out since it breaks branch debug builds.
Will restore when I have branch approvals
This commit is contained in:
parent
0c7db29caf
commit
57f9073a6a
@ -49,9 +49,7 @@ CFLAGS += -Wall -Wno-format
|
||||
OS_CFLAGS = -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DDARWIN
|
||||
|
||||
RANLIB = ranlib
|
||||
MKSHLIB = $(CC) -dynamiclib $(XMKSHLIBOPTS) -framework System
|
||||
|
||||
SO_SUFFIX = dylib
|
||||
MKSHLIB = libtool $(XMKSHLIBOPTS) -framework System
|
||||
|
||||
#.c.o:
|
||||
# $(CC) -c -MD $*.d $(CFLAGS) $<
|
||||
|
@ -940,8 +940,8 @@ js_map_atom(JSHashEntry *he, intN i, void *arg)
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
static jsrefcount js_atom_map_count;
|
||||
static jsrefcount js_atom_map_hash_table_count;
|
||||
jsrefcount js_atom_map_count;
|
||||
jsrefcount js_atom_map_hash_table_count;
|
||||
#endif
|
||||
|
||||
JS_FRIEND_API(JSBool)
|
||||
|
Loading…
Reference in New Issue
Block a user