We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9650bde commit 75d3e89Copy full SHA for 75d3e89
Makefile
@@ -6,7 +6,7 @@ libdir = $(exec_prefix)/lib
6
includedir = $(prefix)/include
7
pkgconfigdir = $(libdir)/pkgconfig
8
9
-CFLAGS = -ggdb -O0 -Wall -Wextra -DFLOAT_SUPPORT
+CFLAGS = -Wall -Wextra -DFLOAT_SUPPORT
10
LDFLAGS_GCSECTIONS = -Wl,--gc-sections
11
LDFLAGS = $(if $(gc_sections-pass),$(LDFLAGS_GCSECTIONS))
12
@@ -203,7 +203,7 @@ tag: distcheck
203
204
cflags := $(CPPFLAGS) -I$(SRCDIR)include
205
cflags += -DTINYCBOR_VERSION_SUFFIX=\"$(DIRTYSRC)\"
206
-cflags += -ggdb -std=c99 $(CFLAGS)
+cflags += -std=c99 $(CFLAGS)
207
%.o: %.c
208
@test -d $(@D) || $(MKDIR) $(@D)
209
$(CC) $(cflags) $($(basename $(notdir $@))_CCFLAGS) -c -o $@ $<
0 commit comments