Skip to content

Commit 7cdd152

Browse files
committed
The compiler sanitisation features are too fragile to use by default, so
turning them off.
1 parent 173dbe2 commit 7cdd152

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ BUILDDIR ?= $(ACK_TEMP_DIR)/ack-build
3535
CFLAGS ?= -g \
3636
-Werror=return-type \
3737
-Werror=implicit-function-declaration \
38-
-Werror=strict-prototypes \
39-
-fsanitize=unreachable
38+
-Werror=strict-prototypes
4039

41-
LDFLAGS ?= -g \
42-
-fsanitize=unreachable
40+
LDFLAGS ?= -g
4341

4442
# Various commands.
4543

0 commit comments

Comments
 (0)