File: enable_debug.patch

package info (click to toggle)
paraclu 9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: cpp: 131; sh: 65; makefile: 36
file content (13 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 03 Jul 2018 14:54:48 +0200
Description: Enable debug symbols

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CXX = g++
-CXXFLAGS = -Wall -W -O3
+CXXFLAGS += -Wall -W -O3 -g
 
 all: paraclu