nitc :: ToolContext :: _cflags_phase
cflags
, ldflags
and cppflags
# Phase to find `cflags`, `ldflags` and `cppflags`
var cflags_phase: Phase = new CCompilerOptionsPhase(self, [platform_phase])
src/ffi/c_compiler_options.nit:28,2--29,76