Skip to content

Commit

Permalink
Test #948
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Aug 7, 2023
1 parent 5b6eefb commit 7b92db4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ if(MSVC)
add_compile_options(/bigobj)
endif()

if(CMAKE_BUILD_TYPE MATCHES Debug AND WINDOWS)
add_definitions(-D_ITERATOR_DEBUG_LEVEL=0 -D_SECURE_SCL=0
-D_HAS_ITERATOR_DEBUGGING=0)
endif()

if(CMAKE_BUILD_TYPE MATCHES Debug AND UNIX)
target_compile_options(LIB_LIEF PRIVATE -g -O0)
endif()
Expand Down

0 comments on commit 7b92db4

Please sign in to comment.