We don't really care if a function cannot be inlined.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
'-Wwrite-strings',
]
-if get_option('optimization') != 'g'
- # Seemingly insignificant changes in the source program can cause the warnings
- # produced by -Winline to appear or disappear.
- cc_flags += [ '-Winline' ]
-endif
-
if cc.get_id() == 'clang'
# Stop CLang from doing inter-procedural analysis of calls
# between functions in the same compilation unit. Such an