X-Git-Url: http://git.onelab.eu/?p=vsys-wrappers.git;a=blobdiff_plain;f=fuse%2FMakefile;fp=fuse%2FMakefile;h=c92d59a711f0fe451cb9a6c4577f349c619e4c7a;hp=1da886805e983d8c849bc96b1cd31caac4b6d54c;hb=37bad54aca756e020c0bea0a1fbdcf6a051027f0;hpb=9667d82d456cb9e234e946ce23031eb8087a84b9 diff --git a/fuse/Makefile b/fuse/Makefile index 1da8868..c92d59a 100644 --- a/fuse/Makefile +++ b/fuse/Makefile @@ -1,4 +1,4 @@ all: fuse_vsys_wrapper.so fuse_vsys_wrapper.so: ../lib/fdpass.c reroutemount.c - gcc -shared -I../lib ../lib/fdpass.c reroutemount.c -o fuse_vsys_wrapper.so + gcc -g -shared -I../lib ../lib/fdpass.c reroutemount.c -o fuse_vsys_wrapper.so