eccodes/bamboo/opensuse131-CLANG-flags.cmake

10 lines
407 B
CMake
Raw Normal View History

2015-05-15 09:21:54 +00:00
#SET( CMAKE_C_FLAGS "-fsanitize=thread" CACHE STRING "Enable clang thread sanitizer" )
# Compilation fails for fortran bindings and clang
#SET( ENABLE_FORTRAN OFF CACHE BOOL "Disable Fortran")
# All python tests fails due to error loading the shared python lib: undefined symbol: __tsan_init
#SET( ENABLE_PYTHON OFF CACHE BOOL "Disable Python")
2022-07-25 16:23:00 +00:00
SET(ENABLE_MEMFS ON CACHE BOOL "Enable MEMFS")