mirror of https://github.com/stella-emu/stella.git
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:
parent
af074fe330
commit
909c72b1d5
|
@ -13,7 +13,7 @@
|
||||||
## See the file "license" for information on usage and redistribution of
|
## See the file "license" for information on usage and redistribution of
|
||||||
## this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
## 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
|
### add your own compiler optimizations here
|
||||||
### if none are provided, the defaults will be used
|
### if none are provided, the defaults will be used
|
||||||
OPTIMIZATIONS = -O2 -march=i586
|
OPTIMIZATIONS =
|
||||||
|
|
||||||
### to include joystick support
|
### to include joystick support
|
||||||
JOYSTICK_SUPPORT = 1
|
JOYSTICK_SUPPORT = 1
|
||||||
|
|
Loading…
Reference in New Issue