port to Windows (mingw64) and macOS; create appveyor.yml #50

Merged
blue merged 18 commits from shunf4/squawk:feat/adapt_win_osx_msgf into messageFeed 2021-10-11 10:40:46 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d0bdb374a0 - Show all commits

View File

@ -118,6 +118,7 @@ target_compile_options(squawk PRIVATE
"-Wall;-Wextra"
"$<$<CONFIG:DEBUG>:-g>"
"$<$<CONFIG:RELEASE>:-O3>"
"-fno-sized-deallocation" # for eliminating _ZdlPvm
)
endif(CMAKE_COMPILER_IS_GNUCXX)