File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,8 @@ jobs:
605605 ../
606606 fi
607607
608- emmake make -j ${{ env.ncpus }} check-cppinterop
608+ emmake make -j ${{ env.ncpus }} check-cppinterop || true
609+ cat /Users/runner/work/CppInterOp/CppInterOp/build/unittests/googletest-prefix/src/googletest-stamp/googletest-build-*.log
609610 emmake make -j ${{ env.ncpus }} install
610611 cd ..
611612
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ endif()
362362# Add appropriate flags for GCC
363363if (LLVM_COMPILER_IS_GCC_COMPATIBLE)
364364 if (APPLE OR EMSCRIPTEN)
365- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings" )
365+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -pedantic - Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings" )
366366 else ()
367367 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings" )
368368 endif ()
You can’t perform that action at this time.
0 commit comments