Commit 4c7eaab8 authored by hanwen's avatar hanwen

Merge pull request #5 from lht/fix-link-error-gcc4.6

Fix link error with gcc4.6
parents c5f5d8c0 8fe3a04a
...@@ -8,4 +8,4 @@ GOFILES=benchmark.go ...@@ -8,4 +8,4 @@ GOFILES=benchmark.go
include $(GOROOT)/src/Make.pkg include $(GOROOT)/src/Make.pkg
cstatfs: statfs.cc cstatfs: statfs.cc
g++ -O2 -Wall -std=c++0x `pkg-config fuse --cflags --libs` $< -o $@ g++ -O2 -Wall -std=c++0x $< `pkg-config fuse --cflags --libs` -o $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment