Skip to content

Commit

Permalink
Changed makefile optimization value from -O0 to -O1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-manske committed Apr 10, 2024
1 parent 1e765a1 commit 563a935
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
@@ -1,7 +1,7 @@
.POSIX:

CC := c99
CFLAGS := -O0 -D_POSIX_C_SOURCE=200809L -s
CFLAGS := -O1 -s -D_POSIX_C_SOURCE=200809L

SRC = src
OBJ = obj
Expand Down

0 comments on commit 563a935

Please sign in to comment.