mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
Add a release target for linux clang builds
This commit is contained in:
@@ -15,5 +15,9 @@ fi
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
if [[ "$RELEASE_BUILD" == "1" ]]; then
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
else
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
fi
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user