Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Hosted Weblate 2021-08-24 08:54:06 +02:00
commit 921ea7ff66
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ CFLAGS += $(OPTIMIZATION_FLAGS)
#Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -ggdb3 -Og
CFLAGS += -ggdb3 -O3
# No LTO because we may place some functions in RAM instead of flash.
else
CFLAGS += -DNDEBUG