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.
2 parents 230d5fe + 7115391 commit 18aae90Copy full SHA for 18aae90
CMakeLists.txt
@@ -190,7 +190,8 @@ if(BOOST_CONTEXT_IMPLEMENTATION STREQUAL "fcontext")
190
set_property(SOURCE ${ASM_SOURCES} APPEND PROPERTY COMPILE_OPTIONS "/safeseh")
191
endif()
192
193
- else() # masm
+ # armasm doesn't support most of these options
194
+ elseif(NOT BOOST_CONTEXT_ASSEMBLER STREQUAL armasm) # masm
195
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
196
set_property(SOURCE ${ASM_SOURCES} APPEND PROPERTY COMPILE_OPTIONS "-x" "assembler-with-cpp")
197
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
0 commit comments