Commit 35d67a54 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Compile CFuse test with -O2.

parent 023a3889
...@@ -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++ -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