summaryrefslogtreecommitdiff
path: root/graphics/xournalpp/files/patch-src_CMakeLists.txt
blob: 073ccf79b1b0bb7920fdb147ee1f40e4c8e9e8fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/CMakeLists.txt.orig	2021-07-18 21:18:39 UTC
+++ src/CMakeLists.txt
@@ -14,7 +14,7 @@ include_directories (
 add_subdirectory (xoj-preview-extractor)
 
 # Used for both util and xournalpp targets
-add_definitions(-g -Wreturn-type -Wuninitialized -Wunused-value -Wunused-variable -Wconversion)
+add_definitions(-Wreturn-type -Wuninitialized -Wunused-value -Wunused-variable -Wconversion)
 
 if (NOT WIN32 AND (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "GNU"))
   set(xournalpp_LDFLAGS ${xournalpp_LDFLAGS} -rdynamic)