Skip to content

Commit

Permalink
Update Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEGEIZI authored Dec 21, 2024
1 parent dd239ce commit 34c4fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
endif

CROSSLDFLAGS += -Wl,--file-alignment,4096
OPTIMIZE_FLAGS := -O2 -march=x86-64-v3
OPTIMIZE_FLAGS := -O2
SANITY_FLAGS := -fwrapv -fno-strict-aliasing
DEBUG_FLAGS := -ggdb -ffunction-sections -fdata-sections -fno-omit-frame-pointer
COMMON_FLAGS = $(DEBUG_FLAGS) $(OPTIMIZE_FLAGS) $(SANITY_FLAGS) -ffile-prefix-map=$(CCACHE_BASEDIR)=.
Expand Down

0 comments on commit 34c4fed

Please sign in to comment.