forked from blue/squawk
add flag -fno-sized-deallocation, eliminating _ZdlPvm
This commit is contained in:
parent
8b3752ef47
commit
d0bdb374a0
@ -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…
Reference in New Issue
Block a user