Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
GCC 6.2 fails to build thread module, workaround for issue #138
Browse files Browse the repository at this point in the history
  • Loading branch information
forGGe committed Sep 18, 2016
1 parent 6533c24 commit ddbc39c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/thread/posix/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# TODO: Issue #138 - GCC 6.2 fails to compile thread.cpp module
add_compile_options(-Wno-error=strict-aliasing)

add_library(thread_os mutex.cpp semaphore.cpp thread.cpp)
target_include_directories(thread_os PUBLIC export)
target_link_libraries(thread_os PUBLIC utils types dbg pthread)

0 comments on commit ddbc39c

Please sign in to comment.