summaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.windows b/README.windows
index 2c4df058..170754db 100644
--- a/README.windows
+++ b/README.windows
@@ -1,12 +1,12 @@
In order to build this with mingw/msys for perfparser, use the following configure line:
-LDFLAGS=-static-libgcc configure --enable-maintainer-mode --enable-selfcontained --enable-gnulib \
+LDFLAGS=-static-libgcc configure --enable-maintainer-mode --enable-install-elfh --enable-install-featuresh --enable-gnulib \
--without-bzlib --without-lzma --disable-symbol-versioning
That is:
- static-libgcc so that we don't depend on a shared libgcc
- maintainer-mode as we are building from git
-- selfcontained to ship the headers needed to link perfparser
+- install-elfh and install-featuresh to ship the headers needed to build perfparser
- gnulib to replace missing libc functions
- without-bzlib to avoid extra dependencies
- without-lzma also to avoid dependencies