Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 7 months ago
parent
commit
2fb1f116b3
  1. 3
      Makefile
  2. 1
      src/fuse_open.cpp

3
Makefile

@ -72,7 +72,8 @@ CFLAGS ?= ${OPT_FLAGS}
CFLAGS := ${CFLAGS} \
-Wall \
-Wno-unused-result
CXXFLAGS ?= ${OPT_FLAGS}
CXXFLAGS ?= ${OPT_FLAGS} \
-Isrc
CXXFLAGS := \
${CXXFLAGS} \
-std=c++11 \

1
src/fuse_open.cpp

@ -35,6 +35,7 @@
#include <string>
#include <vector>
static boost::unordered::concurrent_flat_map<std::string,id> foo;
namespace l
{

Loading…
Cancel
Save