Skip to content

Commit

Permalink
Fixed multiple cache misses.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Jun 4, 2021
1 parent 917cdda commit bac3f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions birdy.mk
Expand Up @@ -96,8 +96,8 @@ endif

# Mode configuration.
ifeq ($(MODE),debug)
# CFLAGS += -O0 -DDEBUG -g
CFLAGS += -O0 -DDEBUG -g -fsanitize=address
CFLAGS += -O0 -DDEBUG -g
# CFLAGS += -O0 -DDEBUG -g -fsanitize=address
BUILD_DIR := build/debug
else
CFLAGS += -O3 -flto
Expand Down

0 comments on commit bac3f30

Please sign in to comment.