Skip to content

Commit

Permalink
Merge pull request #39 from brandoncc/disable-debugging
Browse files Browse the repository at this point in the history
Revert "Build libvips for debugging"
  • Loading branch information
brandoncc committed Aug 16, 2023
2 parents b8dc3aa + 032cb1a commit 11e8edb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/configurations/heroku-20.config.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ vips --vips-version
libvips 8.14.4

$ vips --vips-config
enable debug: true
enable debug: false
enable deprecated: true
enable modules: true
enable cplusplus: true
Expand Down
2 changes: 1 addition & 1 deletion build/configurations/heroku-22.config.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ vips --vips-version
libvips 8.14.4

$ vips --vips-config
enable debug: true
enable debug: false
enable deprecated: true
enable modules: true
enable cplusplus: true
Expand Down
Binary file modified build/heroku-20.tar.gz
Binary file not shown.
Binary file modified build/heroku-22.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ARG VIPS_URL=https://github.com/libvips/libvips/archive/refs/tags
RUN wget ${VIPS_URL}/v${VIPS_VERSION}/v${VIPS_VERSION}.tar.gz \
&& tar xzf v${VIPS_VERSION}.tar.gz \
&& cd libvips-${VIPS_VERSION} \
&& meson setup build --buildtype=debug --prefix=$PREFIX --libdir=lib \
&& meson setup build --buildtype=release --prefix=$PREFIX --libdir=lib \
&& cd build \
&& meson compile \
&& meson test \
Expand Down

0 comments on commit 11e8edb

Please sign in to comment.