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