]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/macos: remove nonexistence flag `--with-toolchain` 37187/head
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Wed, 16 Sep 2020 09:17:54 +0000 (16:17 +0700)
committerKamoltat Sirivadhna <ksirivad@bu.edu>
Wed, 16 Sep 2020 15:39:57 +0000 (22:39 +0700)
` --with-toolchain` is an old option from llvm 6

Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
doc/dev/macos.rst

index 1854191b7919fb6119763722f9f84358902c37fc..b932d71f31981f2167134f2e16adc1ba70893a21 100644 (file)
@@ -3,7 +3,7 @@ build on MacOS
 
 Since we've switched to C++ 17, and the default clang shipped with Xcode 9 does not support all the C++ 17 language features, it's suggested to install clang using brew::
 
-  brew install --with-toolchain llvm
+  brew install llvm
 
 and install all the necessary bits::