tmp = VFS_GetAbsPath(Path);
if(tmp == NULL) return NULL;
- Log(" VFS_GetTruePath: tmp = '%s'", tmp);
+ //Log(" VFS_GetTruePath: tmp = '%s'", tmp);
node = VFS_ParsePath(tmp, &ret);
free(tmp);
- Log(" VFS_GetTruePath: node=%p, ret='%s'", node, ret);
+ //Log(" VFS_GetTruePath: node=%p, ret='%s'", node, ret);
if(!node) return NULL;
if(node->Close) node->Close(node);
-include $(CFGFILES)
CPPFLAGS := -I$(ACESSDIR)/Kernel/include -I$(ACESSDIR)/Kernel/arch/$(ARCHDIR)/include -DARCH=$(ARCH) $(_CPPFLAGS)
-CFLAGS = -Wall -Werror -fno-stack-protector $(CPPFLAGS) -O3 -fno-builtin
+CFLAGS = -Wall -Werror -fno-stack-protector $(CPPFLAGS) -g -O3 -fno-builtin
ifneq ($(CATEGORY),)
FULLNAME := $(CATEGORY)_$(NAME)