From 51512bad2ab9e384344f96191834583f110b4a17 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 21 Sep 2009 00:28:05 +0000 Subject: SATA checkpoint to iterate IDE devices works now. More testing will be needed to determine if any device skipping happens if both IDE and SATA devices are connected at the same time. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 79af20b..7008970 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-std=c99 -Wall -pipe -O2 +CFLAGS=-std=c99 -Wall -pipe -O2 -fomit-frame-pointer DEFINES= LFLAGS=-lutil -ltermcap PACKAGE=netnuke -- cgit