Zaffy
Results
1
comments of
Zaffy
I ran into the same issue, If you don't want to modify (fix) cotire, just pass the target to compiler and linker manually. Example: ``` set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fshort-wchar --target=${CMAKE_CXX_COMPILER_TARGET}") set(CMAKE_C_FLAGS...