mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 09:21:13 +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} \
|
||||
-Wall \
|
||||
-Wno-unused-result
|
||||
CXXFLAGS ?= ${OPT_FLAGS}
|
||||
CXXFLAGS ?= ${OPT_FLAGS} \
|
||||
-Isrc
|
||||
CXXFLAGS := \
|
||||
${CXXFLAGS} \
|
||||
-std=c++11 \
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
static boost::unordered::concurrent_flat_map<std::string,id> foo;
|
||||
|
||||
namespace l
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user