mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
11 lines
554 B
Text
11 lines
554 B
Text
--- 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)
|