ports/math/tinymt/files/patch-Makefile
Po-Chuan Hsieh c627bda706
math/tinymt: Add tinymt 1.1.2
Tiny Mersenne Twister(TinyMT) is a pseudo random number generators whose periods
are 2^127-1.
2023-07-09 18:10:20 +08:00

12 lines
391 B
Text

--- Makefile.orig 2020-08-07 00:15:00 UTC
+++ Makefile
@@ -2,8 +2,7 @@
#DDEBUG = -O0 -g -ggdb -DDEBUG=1
-CC = gcc -Wall -Wextra -Wsign-compare -Wconversion -Wmissing-prototypes \
--O3 -std=c99 $(DDEBUG)
+#CC = gcc -Wall -Wextra -Wsign-compare -Wconversion -Wmissing-prototypes -O3 -std=c99 $(DDEBUG)
#CC = icc -Wall -O3 -std=c99 -Wmissing-prototypes $(DDEBUG)
all: check32 check64