mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 03:48:23 +08:00
policy_cache.cpp
This commit is contained in:
parent
57bf894b17
commit
4e92c0e3ce
1
Makefile
1
Makefile
|
@ -78,6 +78,7 @@ CXXFLAGS := \
|
||||||
-std=c++11 \
|
-std=c++11 \
|
||||||
$(STATIC_FLAGS) \
|
$(STATIC_FLAGS) \
|
||||||
$(LTO_FLAGS) \
|
$(LTO_FLAGS) \
|
||||||
|
-Isrc \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wno-unused-result \
|
-Wno-unused-result \
|
||||||
-MMD
|
-MMD
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#include "boost/unordered/unordered_flat_map.hpp"
|
#include <boost/unordered/unordered_flat_map.hpp>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user