mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 15:51:30 +08:00
fuse_open.cpp
This commit is contained in:
parent
13f6979cd1
commit
2fb1f116b3
3
Makefile
3
Makefile
|
@ -72,7 +72,8 @@ CFLAGS ?= ${OPT_FLAGS}
|
||||||
CFLAGS := ${CFLAGS} \
|
CFLAGS := ${CFLAGS} \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wno-unused-result
|
-Wno-unused-result
|
||||||
CXXFLAGS ?= ${OPT_FLAGS}
|
CXXFLAGS ?= ${OPT_FLAGS} \
|
||||||
|
-Isrc
|
||||||
CXXFLAGS := \
|
CXXFLAGS := \
|
||||||
${CXXFLAGS} \
|
${CXXFLAGS} \
|
||||||
-std=c++11 \
|
-std=c++11 \
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
static boost::unordered::concurrent_flat_map<std::string,id> foo;
|
||||||
|
|
||||||
namespace l
|
namespace l
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user