Skip to content

Commit a4850cd

Browse files
committed
Use default optimization level
- Remove -O0 from MAkefile
1 parent 774567c commit a4850cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ tag: distcheck
203203

204204
cflags := $(CPPFLAGS) -I$(SRCDIR)include
205205
cflags += -DTINYCBOR_VERSION_SUFFIX=\"$(DIRTYSRC)\"
206-
cflags += -std=c99 -O0 $(CFLAGS)
206+
cflags += -std=c99 $(CFLAGS)
207207
%.o: %.c
208208
@test -d $(@D) || $(MKDIR) $(@D)
209209
$(CC) $(cflags) $($(basename $(notdir $@))_CCFLAGS) -c -o $@ $<

0 commit comments

Comments
 (0)