mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
12 lines
359 B
Diff
12 lines
359 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -29,7 +29,6 @@ if(MSVC)
|
||
|
else()
|
||
|
# Ignore Visual Studio pragma regions
|
||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas")
|
||
|
- set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} --coverage -Og")
|
||
|
endif(MSVC)
|
||
|
|
||
|
set(CSV_ROOT_DIR ${CMAKE_CURRENT_LIST_DIR})
|