Skip to content

Commit

Permalink
remove suppress funciont for proj and add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioettorre committed Nov 14, 2023
1 parent ad04086 commit 941a691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ function build_tiff {
function build_proj {
CFLAGS="$CFLAGS -DPROJ_RENAME_SYMBOLS -g -O2"
CXXFLAGS="$CXXFLAGS -DPROJ_RENAME_SYMBOLS -DPROJ_INTERNAL_CPP_NAMESPACE -g -O2"
env
sleep 3
if [ -e proj-stamp ]; then return; fi
local cmake=cmake
build_sqlite
Expand Down

0 comments on commit 941a691

Please sign in to comment.