summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c45c04..517930c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LIB = libtinyff.a
INCLUDES = -Iinclude
BASE_CFLAGS = -Wall -Wextra -Werror -std=c11 $(INCLUDES)
-DEBUG_FLAGS = -g -O0
+DEBUG_FLAGS = -g -O0 -fno-omit-frame-pointer
RELEASE_FLAGS = -O2
SANFLAGS = -fsanitize=address,undefined -g -O1