File: CMakeLists.patch

package info (click to toggle)
ttylog 0.31-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: ansic: 191; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Robert James Clay <jame@rocasa.us>
Description: Enable DEBUG build in CMakeList.txt
Last-Update: 2016-06-16
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,6 +19,7 @@
 )
 
 # ######### Build defaults ##########
+SET(CMAKE_BUILD_TYPE Debug FORCE)
 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O2")
 
 # ########## ttylog executable ##########