Skip to content

Commit beda37c

Browse files
committed
Fix minor typo
1 parent 0b8b7b5 commit beda37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gibbon-rts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CFLAGS += -D_GIBBON_VERBOSITY=$(VERBOSITY)
4444
ifeq ($(MODE), debug)
4545
CFLAGS += -O0 -g -D_GIBBON_DEBUG
4646
else
47-
CFLAGSS += -O3
47+
CFLAGS += -O3
4848
RSFLAGS += --release
4949
endif
5050

0 commit comments

Comments
 (0)