From e55feac1926f1ea4ecad06053ff626767307bfc3 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 15 Dec 2000 11:15:06 +0000 Subject: [PATCH] Use `-O2' for compiling. committer: mfx 976878906 +0000 --- src/stub/util/sstrip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/util/sstrip/Makefile b/src/stub/util/sstrip/Makefile index dad4c92a..360ba877 100644 --- a/src/stub/util/sstrip/Makefile +++ b/src/stub/util/sstrip/Makefile @@ -1,7 +1,7 @@ # Makefile for sstrip sstrip: sstrip.c - gcc -ggdb -Wall -W -o sstrip sstrip.c + gcc -O2 -g -Wall -W -o sstrip sstrip.c clean: rm -f sstrip