Updated the makefile for default builds.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@315 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2004-07-14 16:49:45 +00:00
parent af074fe330
commit 909c72b1d5
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
## See the file "license" for information on usage and redistribution of
## this file, and for a DISCLAIMER OF ALL WARRANTIES.
##
## $Id: makefile,v 1.55 2004-07-10 22:25:57 stephena Exp $
## $Id: makefile,v 1.56 2004-07-14 16:49:45 stephena Exp $
##============================================================================
##============================================================================
@ -25,7 +25,7 @@
### add your own compiler optimizations here
### if none are provided, the defaults will be used
OPTIMIZATIONS = -O2 -march=i586
OPTIMIZATIONS =
### to include joystick support
JOYSTICK_SUPPORT = 1