We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dba0b5 commit 3fe0864Copy full SHA for 3fe0864
CMakeLists.txt
@@ -41,12 +41,6 @@ set (OM_STD_LIBS)
41
# Note that is doe snot use auto_ptr in the generated code, only in the library headers
42
43
if (NOT MSVC)
44
- # Enable builds on Raspberry pi (although without optimizations)
45
- if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "^arm")
46
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
47
- else (${CMAKE_SYSTEM_PROCESSOR} MATCHES "^arm")
48
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -msse2 -mfpmath=sse")
49
- endif (${CMAKE_SYSTEM_PROCESSOR} MATCHES "^arm")
50
# We almost always want optimisations enabled:
51
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O2")
52
endif (NOT MSVC)
0 commit comments