that was excessive
This commit is contained in:
parent
d2d68a65a2
commit
f86b39f44e
4
Makefile
4
Makefile
@ -61,10 +61,10 @@ CURSES := -I/usr/include/ncurses -lncurses
|
||||
LDFLAGS := -Wl,-warn-common
|
||||
|
||||
CFLAGS := -D_GNU_SOURCE -O2 -g3 -fno-common -ffast-math -I proc \
|
||||
-Wcast-align -Wconversion -Wredundant-decls \
|
||||
-W -Wall -Wshadow -Wcast-align -Wredundant-decls \
|
||||
-Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return \
|
||||
# -Wpadded -Wunreachable-code -Wdisabled-optimization \
|
||||
-W -Wall -Wstrict-prototypes -Wshadow -Wmissing-prototypes
|
||||
-Wstrict-prototypes -Wmissing-prototypes # -Wconversion
|
||||
|
||||
############ misc.
|
||||
|
||||
|
@ -31,7 +31,7 @@ extern unsigned kb_active;
|
||||
extern unsigned kb_inact_dirty;
|
||||
extern unsigned kb_inact_clean;
|
||||
extern unsigned kb_inact_target;
|
||||
extern unsigned kb_swap_cached; /* late 2.4 only */
|
||||
extern unsigned kb_swap_cached; /* late 2.4+ */
|
||||
/* derived values */
|
||||
extern unsigned kb_swap_used;
|
||||
extern unsigned kb_main_used;
|
||||
@ -39,7 +39,6 @@ extern unsigned kb_main_used;
|
||||
extern unsigned kb_writeback;
|
||||
extern unsigned kb_slab;
|
||||
extern unsigned nr_reversemaps;
|
||||
extern unsigned kb_active;
|
||||
extern unsigned kb_committed_as;
|
||||
extern unsigned kb_dirty;
|
||||
extern unsigned kb_inactive;
|
||||
|
Loading…
x
Reference in New Issue
Block a user