Skip to content

Commit

Permalink
Update Makefile: Test enabling strict aliasing optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty authored Jun 2, 2024
1 parent 188b340 commit ad9cbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ endif
### 3.3 Optimization
ifeq ($(optimize),yes)

CXXFLAGS += -O3 -fno-strict-aliasing
CXXFLAGS += -O3

ifeq ($(comp),gcc)
ifeq ($(OS), Android)
Expand Down

0 comments on commit ad9cbb6

Please sign in to comment.