From 1d31d97f34193bc4f96e9f2d8c75ea7b00c49120 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Wed, 4 Jun 1997 21:41:19 +0000 Subject: [PATCH] Added -O3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7225e1..b2a8be6 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ # CC = gcc -CFLAGS = -Wall +CFLAGS = -Wall -O3 dtaus: dtaus.o main.o bigint.o -- 2.20.1