Skip to content

Commit

Permalink
Merge pull request #133 from orbea/strict-aliasing
Browse files Browse the repository at this point in the history
build: remove -fno-strict-aliasing
  • Loading branch information
richard42 authored Nov 3, 2024
2 parents f2ca383 + 3d36c9b commit bb0bf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ OBJDIR = _obj$(POSTFIX)
# base CFLAGS, LDLIBS, and LDFLAGS
OPTFLAGS ?= -O3 -flto
WARNFLAGS ?= -Wall
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I$(SRCDIR) -D_GNU_SOURCE=1
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fvisibility=hidden -I$(SRCDIR) -D_GNU_SOURCE=1
LDFLAGS += $(SHARED)
LDLIBS += -lm

Expand Down

0 comments on commit bb0bf30

Please sign in to comment.