Lines Matching +full:- +full:wno +full:- +full:sign +full:- +full:compare
2 -D_GNU_SOURCE \
3 -D__STDC_LIMIT_MACROS \
4 -fomit-frame-pointer \
5 -Wall \
6 -W \
7 -Wno-sign-compare \
8 -Wno-unused-parameter \
9 -Wno-maybe-uninitialized \
10 -Wno-missing-field-initializers \
11 -Wwrite-strings \
12 -Werror \
13 -Dsprintf=sprintf \
19 LOCAL_CFLAGS_windows += -Wno-array-bounds \
20 -Wno-comment \
21 -UWIN32_LEAN_AND_MEAN
25 LOCAL_CFLAGS_linux += -O0 -g
26 LOCAL_CFLAGS_darwin += -O0 -g
32 -D_DEBUG \
33 -UNDEBUG
36 LOCAL_CFLAGS += -fno-exceptions
37 LOCAL_CPPFLAGS += -fno-rtti
41 -Wno-sign-promo \
42 -std=c++11
45 -Woverloaded-virtual
48 -Wno-deprecated-declarations \
49 -Woverloaded-virtual
59 LOCAL_LDLIBS_darwin += -lncurses
60 LOCAL_LDLIBS_linux += -lncurses
61 LOCAL_LDLIBS_linux += -lgcc_s
62 LOCAL_LDLIBS_windows += -luuid
67 # Skip building a 32-bit shared object if they are using libLLVM.