Skip to content

Commit 04485e1

Browse files
Hatem Helalhatemhelal
authored andcommitted
update xcode example to include CMAKE_BUILD_TYPE
1 parent 6576e97 commit 04485e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/developers/cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ by generating an Xcode project:
649649
cd cpp
650650
mkdir xcode-build
651651
cd xcode-build
652-
cmake .. -G Xcode -DARROW_BUILD_TESTS=ON
652+
cmake .. -G Xcode -DARROW_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=DEBUG
653653
open arrow.xcodeproj
654654
655655
This will generate a project and open it in the Xcode app. As an alternative,

0 commit comments

Comments
 (0)