OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMMON_CFLAGS
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/linkloader/
SConstruct
17
COMMON_CFLAGS
= ['-Wall', '-Werror', '-D__HOST__']
22
'CFLAGS':
COMMON_CFLAGS
+ ['-g'],
27
'CFLAGS':
COMMON_CFLAGS
+ ['-O2'],
/external/compiler-rt/make/
config.mk
46
COMMON_CFLAGS
=-fPIC
/external/compiler-rt/
Makefile
230
$(Verb) $(Tmp.CC) $(Tmp.CFLAGS) -c $(
COMMON_CFLAGS
) -o $$@ $$<
Completed in 139 milliseconds