HomeSort by relevance Sort by last modified time
    Searched refs:CMAKE_C_FLAGS (Results 1 - 3 of 3) sorted by null

  /external/libdivsufsort/
CMakeLists.txt 58 append_c_compiler_flags("/W4" "VC" CMAKE_C_FLAGS)
61 append_c_compiler_flags("/openmp" "VC" CMAKE_C_FLAGS)
64 append_c_compiler_flags("-w" "BCC" CMAKE_C_FLAGS)
68 append_c_compiler_flags("-Wall" "GCC" CMAKE_C_FLAGS)
71 append_c_compiler_flags("-fopenmp" "GCC" CMAKE_C_FLAGS)
74 append_c_compiler_flags("-Wall" "UNKNOWN" CMAKE_C_FLAGS)
77 append_c_compiler_flags("-fopenmp;-openmp;-omp" "UNKNOWN" CMAKE_C_FLAGS)
  /external/libjpeg-turbo/
CMakeLists.txt 145 foreach(var CMAKE_C_FLAGS CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE
193 set(EFFECTIVE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE_UC}}")
    [all...]
  /build/soong/cc/
cmakelists.go 183 writeAllFlags(c.flags, f, "CMAKE_C_FLAGS")

Completed in 2812 milliseconds