port to Windows (mingw64) and macOS; create appveyor.yml #50
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue