summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOskar <[email protected]>2023-11-19 16:57:23 +0100
committerOskar <[email protected]>2023-11-19 16:57:23 +0100
commitc79c2b6b2aa7b8d259044bc9f90c0eee16a9bc0a (patch)
tree3d7c2cc8b93e8583e1faea14b510166ec52d1fe6 /Makefile
parent6a6a4adf561d4a3a35df2fc5517dc4d253006809 (diff)
may or may not have fixed a bug with GET_LINE(), i did some confirmation testing after i fixed the bug and it seems to work now but i may just be coping. Ill have to do additional tests to confirm that nothing else broke or if i might have missed anything. Its entirely possible i may have missed something
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6746525..07442d1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: 7ed
7ed:
- gcc -Wfatal-errors -Wall -Werror -Wextra -g 7ed.c functions.c startmode.c editmode.c -o 7ed
+ gcc -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address 7ed.c functions.c startmode.c editmode.c -o 7ed
cp 7ed test
mv test/7ed test/7ed-test
clean: