Commit 72c86808 authored by Federico Vaga's avatar Federico Vaga

bld: add debugging symbols

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 936c0cca
Pipeline #5117 failed
......@@ -12,7 +12,7 @@ endif
LINUXINCLUDE := -I$(src)/include -I$(src)/../../include -I$(src)/../../include/uapi $(LINUXINCLUDE)
ccflags-y += -DADDITIONAL_VERSIONS="$(SUBMODULE_VERSIONS-y)"
ccflags-y += -Werror
ccflags-y += -Werror -ggdb
ccflags-y += -I$(src)/../../include
obj-$(CONFIG_FMC) = fmc.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment