Skip to content

Commit

Permalink
Merge pull request #32 from akash-akya/dev
Browse files Browse the repository at this point in the history
Remove UB sanitizer for macos
  • Loading branch information
akash-akya authored Jul 27, 2023
2 parents feb4cee + 31c1982 commit 70024b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ UNAME := $(shell uname)
CFLAGS ?= -Wall -Werror -Wno-unused-parameter -pedantic -std=c99 -O2

ifeq ($(UNAME), Darwin)
CFLAGS += -fsanitize=undefined
TARGET_CFLAGS ?= -fPIC -undefined dynamic_lookup -dynamiclib -Wextra
endif

Expand Down

0 comments on commit 70024b9

Please sign in to comment.