this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of github.com:darlinghq/darling

+1
+1
CMakeLists.txt
··· 24 24 25 25 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m${BITS} -D__APPLE_CC__ ${IGNORED_WARNINGS}") 26 26 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m${BITS} -D__APPLE_CPP__ ${IGNORED_WARNINGS}") 27 + 27 28 SET(CMAKE_ASM_FLAGS "-m${BITS}") 28 29 SET(CMAKE_ASM-ATT_FLAGS "-m${BITS}") 29 30