Commit f05e1cb8 authored by Lionel Gauthier's avatar Lionel Gauthier

better for debugging with debug option

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5487 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 2386f397
......@@ -274,13 +274,14 @@ NAS_UE_COMPILED_OBJS = $(addprefix $(OUTDIR)/,$(libnas_OBJS))
# pull in dependency info for *existing* .o files
-include $(NAS_UE_COMPILED_OBJS:.o=.d)
CFLAGS = \
-Wall \
-DNAS_UE \
-DUE_BUILD \
-Wuninitialized \
-Werror=implicit-function-declaration \
$(UENAS_CFLAGS) \
CFLAGS = \
-g \
-Wall \
-DNAS_UE \
-DUE_BUILD \
-Wuninitialized \
-Werror=implicit-function-declaration \
$(UENAS_CFLAGS) \
$(libnas_INCLUDES)
.SECONDEXPANSION:
......
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