Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jun 9, 2024
1 parent 2bb067c commit f408468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARCH_CFLAGS := $(ARCH_CFLAGS)+$(subst $(COMMA),+,$(FEATURE))
endif
endif

CXXFLAGS += -Wall -Wstrict-aliasing=1 -Wcast-qual -O2 -I. $(ARCH_CFLAGS) -std=gnu++14
CXXFLAGS += -Wall -Wstrict-aliasing=1 -Wcast-qual -O3 -I. $(ARCH_CFLAGS) -std=gnu++14
LDFLAGS += -lm
OBJS = \
tests/binding.o \
Expand Down

0 comments on commit f408468

Please sign in to comment.