Skip to content

Commit

Permalink
Don't build with -O2 unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Jun 28, 2024
1 parent 5ea3ee7 commit 2a5d49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AXE=@AXE@
DDCI=0
T2MI=0

CFLAGS?=-Wall -Wno-switch -ggdb -fPIC -fno-common -Warray-bounds -O2
CFLAGS?=-Wall -Wno-switch -ggdb -fPIC -fno-common -Warray-bounds
CFLAGS += -I../src
CFLAGS += $(EXTRA_CFLAGS) @CFLAGS@
LDFLAGS += @LDFLAGS@ -lpthread
Expand Down

0 comments on commit 2a5d49e

Please sign in to comment.