summaryrefslogtreecommitdiff
path: root/compile/linux
diff options
context:
space:
mode:
authorpixel <pixel>2004-11-27 21:44:44 +0000
committerpixel <pixel>2004-11-27 21:44:44 +0000
commitd38e80ee04afe582e70150d3884e56c05f3fd7a8 (patch)
treef2627c50fa22aea89447e8406ac418eb68650d3d /compile/linux
parent50f0dd331f8168fb5b2cd60c70178fad627b7fb6 (diff)
Large dos2unix commit...
Diffstat (limited to 'compile/linux')
-rw-r--r--compile/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
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`