Skip to content

Commit

Permalink
Remove -E
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Mar 4, 2025
1 parent 3bc34c6 commit 7ffc71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/darwin-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mkdir -p build
cd build

cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_RULE_MESSAGES=OFF -E env CXXFLAGS="-w" ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_RULE_MESSAGES=OFF ..

cmake --build . --config Release
)
Expand Down
2 changes: 1 addition & 1 deletion src/linux-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mkdir -p build
cd build

cmake -DLABSOUND_ASOUND=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_RULE_MESSAGES=OFF -E env CXXFLAGS="-w" ..
cmake -DLABSOUND_ASOUND=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_RULE_MESSAGES=OFF ..

cmake --build . --config Release
)
Expand Down

0 comments on commit 7ffc71d

Please sign in to comment.