fix: cxx flag for armv6
This commit is contained in:
parent
77975299a5
commit
e93ea44350
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ endif()
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -latomic")
|
||||||
|
|
||||||
##########
|
##########
|
||||||
# If you include the drogon source code locally in your project, use this method to add drogon
|
# If you include the drogon source code locally in your project, use this method to add drogon
|
||||||
# add_subdirectory(drogon)
|
# add_subdirectory(drogon)
|
||||||
|
|
Loading…
Reference in a new issue