Skip to content

Commit

Permalink
Removed optimization flag for release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
envenomator committed Jun 30, 2024
1 parent 0452a01 commit fbc45c5
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 @@ -8,7 +8,7 @@ CC=gcc
LFLAGS=-g -Wall -DUNIX
CFLAGS=$(LFLAGS) -c
OUTFLAG=-o
RELEASE_LFLAGS=-s -static -Wall -O2 -DNDEBUG -DUNIX -Wno-unused-result
RELEASE_LFLAGS=-s -static -Wall -DNDEBUG -DUNIX -Wno-unused-result
RELEASE_CFLAGS=$(RELEASE_LFLAGS) -c
.DEFAULT_GOAL := linux

Expand Down

0 comments on commit fbc45c5

Please sign in to comment.