static_vector.h:29:17: error: writing 10 bytes into a region of size 0 [-Werror=stringop-overflow=] #6270

This commit is contained in:
rusefillc 2024-03-22 05:48:06 -04:00
parent eed28151c4
commit 2f938b9749
1 changed files with 1 additions and 4 deletions

View File

@ -41,10 +41,7 @@ else
SANITIZE = no
endif
ifeq ($(SIMULATOR_DEBUG_LEVEL_OPT),)
# If you would like to debug the simulator, swap which of these lines is commented. It's commented because debug info causes a 10-15x increase in binary size.
SIMULATOR_DEBUG_LEVEL_OPT = -O0 -g
endif
SIMULATOR_DEBUG_LEVEL_OPT = -O2
# Compiler options here.
ifeq ($(USE_OPT),)