File: make_dynamic_executable.patch

package info (click to toggle)
perm 0.4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 976 kB
  • sloc: cpp: 13,499; makefile: 98; sh: 12
file content (12 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Tim Booth <tbooth@ceh.ac.uk>
Last-Update: Fri, 25 Apr 2014 14:21:43 +0100
Description: Prevent static linking

--- Source.orig/makefile
+++ Source/makefile
@@ -1,4 +1,4 @@
-CFLAGS =  -ggdb -Wall -fopenmp -static
+CFLAGS +=  -Wall -fopenmp
 CC = g++ -O2 $(CFLAGS)
 
 TARGETS = perm