Skip to content

Commit

Permalink
Try turning off some options.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Sep 4, 2019
1 parent 5476add commit 63c805d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions cmake/win32_compiler_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ function(pdal_target_compile_settings target)
# inheritance.
/wd4250
# some templates don't return
/wd4716
# /wd4716
# unwind semantics
/wd4530
# /wd4530
# Standard C++-type exception handling.
/EHsc
)
Expand All @@ -55,10 +55,6 @@ function(pdal_target_compile_settings target)
target_compile_options(${target} PRIVATE /MT)
endif()

#
# Turn on exception handling
#
target_compile_options(${target} PRIVATE /EHsc)
endif()
endfunction()

Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ RUN git clone --depth 1 --branch ${PDAL_VERSION} https://github.com/PDAL/PDAL.gi
-DWITH_ZLIB=ON \
-DWITH_TESTS=ON \
-DWITH_PDAL_JNI=OFF \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=Release \
; \
ninja -j ${PARALLEL}; \
ninja install; \
Expand Down

0 comments on commit 63c805d

Please sign in to comment.