diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-05-17 21:45:50 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-05-17 21:45:50 +0000 |
commit | 326125aee0b8cd807a6a1d158398078ff6bfb1e1 (patch) | |
tree | 01ce1ba9d6b551ac621c73276eeb23268d315f43 /build.conf | |
parent | e0e7932a122614a0ff566fbfd8de5776de8b9f6d (diff) | |
download | libbu++-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.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ default action: check group "lnhdrs", check "libbu++.a" | |||
6 | 6 | ||
7 | set "CXXFLAGS" += "-ggdb -Wall" | 7 | set "CXXFLAGS" += "-ggdb -Wall" |
8 | 8 | ||
9 | #set "CXXFLAGS" += "-pg" | ||
10 | #set "LDFLAGS" += "-pg" | ||
11 | |||
9 | filesIn("src") filter regexp("^src/(.*)\\.h$", "src/bu/{re:1}.h"): | 12 | filesIn("src") filter regexp("^src/(.*)\\.h$", "src/bu/{re:1}.h"): |
10 | rule "hln", | 13 | rule "hln", |
11 | group "lnhdrs", | 14 | group "lnhdrs", |