Skip to content

Commit

Permalink
The compiler sanitisation features are too fragile to use by default, so
Browse files Browse the repository at this point in the history
turning them off.
  • Loading branch information
davidgiven committed Nov 3, 2024
1 parent 173dbe2 commit 7cdd152
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ BUILDDIR ?= $(ACK_TEMP_DIR)/ack-build
CFLAGS ?= -g \
-Werror=return-type \
-Werror=implicit-function-declaration \
-Werror=strict-prototypes \
-fsanitize=unreachable
-Werror=strict-prototypes

LDFLAGS ?= -g \
-fsanitize=unreachable
LDFLAGS ?= -g

# Various commands.

Expand Down

0 comments on commit 7cdd152

Please sign in to comment.