Enable verbose?

master
Melroy van den Berg 2022-02-20 00:43:16 +01:00
parent 09b7d1870d
commit 62663a466a
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ rm -rf build_prod_macos
mkdir build_prod_macos
cd build_prod_macos
cmake -G Ninja -DDOXYGEN:BOOL=FALSE -DCMAKE_BUILD_TYPE=Release .. &&
# Enable verbose for debugging
cmake -G Ninja -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DDOXYGEN:BOOL=FALSE -DCMAKE_BUILD_TYPE=Release .. &&
# TODO:
# cmake -G Xcode -DCODE_SIGN_IDENTITY="codesign ID..." -DDEVELOPMENT_TEAM_ID="team ID..."
# xcodebuild \