diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-30 23:21:47 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-30 23:21:47 +0000 |
commit | dbc98c4e43cadc9d426ca0a586d0236dedc68621 (patch) | |
tree | af061471d91892916b4b15e4e3b50028ef8424a1 /README.rst | |
parent | fix IO::Async abuse - thanks leo (diff) | |
download | synapse-dbc98c4e43cadc9d426ca0a586d0236dedc68621.tar.xz |
re-add OSX troubleshooting instructions (not sure how they got lost)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 5e020081a8..e6304e485c 100644 --- a/README.rst +++ b/README.rst @@ -129,6 +129,9 @@ failing, e.g.:: $ pip install --user twisted +On OSX, if you encounter clang: error: unknown argument: '-mno-fused-madd' you +will need to export CFLAGS=-Qunused-arguments. + Running Your Homeserver ======================= |