We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6576e97 commit 04485e1Copy full SHA for 04485e1
docs/source/developers/cpp.rst
@@ -649,7 +649,7 @@ by generating an Xcode project:
649
cd cpp
650
mkdir xcode-build
651
cd xcode-build
652
- cmake .. -G Xcode -DARROW_BUILD_TESTS=ON
+ cmake .. -G Xcode -DARROW_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=DEBUG
653
open arrow.xcodeproj
654
655
This will generate a project and open it in the Xcode app. As an alternative,
0 commit comments