mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-02 06:16:24 -04:00
enable sized deallocation ABI for consistency
This commit is contained in:
parent
e2bcf4a356
commit
189d3362d5
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
dir=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
|
||||
CONFIG_SLAB_CANARY := true
|
||||
# Clang 13 still doesn't enable sized deallocation by default
|
||||
CXXFLAGS := -std=c++17 -fsized-deallocation
|
||||
|
||||
ifeq (,$(filter $(CONFIG_SLAB_CANARY),true false))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue