Skip to content

Commit

Permalink
builder: Update to prevent clashes with nix-env -i
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jan 10, 2020
1 parent 2061571 commit 971d719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
topLevel=$(git rev-parse --show-toplevel)
cd $topLevel
if [[ "$PWD" =~ seams-core ]]; then
rm -rf build
mkdir build
cd build
rm -rf shellBuild
mkdir shellBuild
cd shellBuild
# cmake .. -DCMAKE_CXX_FLAGS="-pg -fsanitize=address " -DCMAKE_EXE_LINKER_FLAGS=-pg -DCMAKE_SHARED_LINKER_FLAGS=-pg
cmake .. -DCMAKE_BUILD_TYPE=Debug
# cmake .. -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 971d719

Please sign in to comment.