diff --git a/CMakeLists.txt b/CMakeLists.txt index 45fa4ffe2..950e73c84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,4 +8,7 @@ set(CMAKE_Swift_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/swift) find_package(TensorFlow REQUIRED) +add_compile_options($<$:-Xllvm$-sil-inline-generics>) +add_compile_options($<$:-Xllvm$-sil-partial-specialization>) + add_subdirectory(Sources)