Skip to content

Commit

Permalink
Fixes BVLC#4046
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinric committed Apr 26, 2016
1 parent b590f1d commit f8185ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include(cmake/Dependencies.cmake)

# ---[ Flags
if(UNIX OR APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -D_FORCE_INLINES -Wall")
endif()

if(USE_libstdcpp)
Expand Down

0 comments on commit f8185ed

Please sign in to comment.