From d38e80ee04afe582e70150d3884e56c05f3fd7a8 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 27 Nov 2004 21:44:44 +0000 Subject: Large dos2unix commit... --- compile/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile/linux') diff --git a/compile/linux/Makefile b/compile/linux/Makefile index 018c4bf..2e54e76 100644 --- a/compile/linux/Makefile +++ b/compile/linux/Makefile @@ -10,7 +10,7 @@ INCLUDES = -I../../includes -I../../psxdev -I../../generic/include \ -I../.. \ `sdl-config --cflags` -CPPFLAGS = $(INCLUDES) -O4 -march=i686 -DSTDC_HEADERS -DREADLINE_STATIC -DHAVE_UNISTD_H +CPPFLAGS = $(INCLUDES) -O4 -march=i686 -DSTDC_HEADERS -DREADLINE_STATIC -DHAVE_UNISTD_H -fexceptions LDFLAGS = -march=i586 -O4 `sdl-config --libs` -- cgit v1.2.3