Skip to content

Commit

Permalink
#1900 build deps without debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 8, 2025
1 parent 6a37913 commit ade3bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
export CC=gcc-11
export CXX=g++-11
export TARGET=all
export CMAKE_BUILD_TYPE=RelWithDebInfo
export CMAKE_BUILD_TYPE=Release
cd deps
./clean.sh
rm -f ./libwebsockets-from-git.tar.gz
Expand Down

0 comments on commit ade3bd6

Please sign in to comment.