Skip to content

Commit

Permalink
Update etc/install-zstd.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Neal Beeken <[email protected]>
  • Loading branch information
baileympearson and nbbeeken authored Dec 5, 2024
1 parent 0a9568a commit ee7e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/install-zstd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build_zstd() {
-DCMAKE_BUILD_TYPE=Release \
../build/cmake

cmake --build . --target libzstd_static
cmake --build . --target libzstd_static --config Release
objdump --syms lib/Debug/zstd_static.lib | grep debug
}

Expand Down

0 comments on commit ee7e0a9

Please sign in to comment.