aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-05-17 21:45:50 +0000
committerMike Buland <eichlan@xagasoft.com>2007-05-17 21:45:50 +0000
commit326125aee0b8cd807a6a1d158398078ff6bfb1e1 (patch)
tree01ce1ba9d6b551ac621c73276eeb23268d315f43 /build.conf
parente0e7932a122614a0ff566fbfd8de5776de8b9f6d (diff)
downloadlibbu++-326125aee0b8cd807a6a1d158398078ff6bfb1e1.tar.gz
libbu++-326125aee0b8cd807a6a1d158398078ff6bfb1e1.tar.bz2
libbu++-326125aee0b8cd807a6a1d158398078ff6bfb1e1.tar.xz
libbu++-326125aee0b8cd807a6a1d158398078ff6bfb1e1.zip
As evidenced by my latest test, the Bu::FString copy is actually slower than
the std::string copy by a rather large margin. This seems very odd, so I'm going to do a few tests, the first one is stripping out the FString shared pointer stuff and seeing if that makes an appreciable difference.
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.conf b/build.conf
index c289205..35738e3 100644
--- a/build.conf
+++ b/build.conf
@@ -6,6 +6,9 @@ default action: check group "lnhdrs", check "libbu++.a"
6 6
7set "CXXFLAGS" += "-ggdb -Wall" 7set "CXXFLAGS" += "-ggdb -Wall"
8 8
9#set "CXXFLAGS" += "-pg"
10#set "LDFLAGS" += "-pg"
11
9filesIn("src") filter regexp("^src/(.*)\\.h$", "src/bu/{re:1}.h"): 12filesIn("src") filter regexp("^src/(.*)\\.h$", "src/bu/{re:1}.h"):
10 rule "hln", 13 rule "hln",
11 group "lnhdrs", 14 group "lnhdrs",