File: enable-openmp-support.diff

package info (click to toggle)
john 1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,504 kB
  • sloc: ansic: 22,788; asm: 5,665; makefile: 899; sh: 518; perl: 158
file content (20 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Enable OpenMP support
Origin: https://www.openwall.com/john/doc/
Forwarded: not-needed
Author: Axel Beckert <abe@debian.org>
Bug-Debian: https://bugs.debian.org/824107

--- a/src/Makefile
+++ b/src/Makefile
@@ -19,9 +19,9 @@
 SED = sed
 NULL = /dev/null
 CPPFLAGS += -E
-OMPFLAGS =
+#OMPFLAGS =
 # gcc with OpenMP
-#OMPFLAGS = -fopenmp
+OMPFLAGS = -fopenmp
 # gcc with OpenMP on 32-bit x86 with SSE2
 #OMPFLAGS = -fopenmp -msse2
 # Mac OS X (llvm-gcc) with OpenMP