Previous 199869 Revisions Next

r29412 Monday 7th April, 2014 at 09:28:49 UTC by Oliver Stöneberg
added makefile define SSE2 to enable specially optimized code [Oliver Stöneberg]
[/trunk]makefile

trunk/makefile
r29411r29412
262262# uncomment next line to enable networking
263263# USE_NETWORK = 1
264264
265# uncomment to enable SSE2 optimized code and SSE2 code generation
266# SSE2 = 1
267
265268# specify optimization level or leave commented to use the default
266269# (default is OPTIMIZE = 3 normally, or OPTIMIZE = 0 with symbols)
267270# OPTIMIZE = 3
r29411r29412
534537endif
535538endif
536539
540ifdef SSE2
541CCOMFLAGS += -msse2
542endif
543
537544# add a basic set of warnings
538545CCOMFLAGS += \
539546   -Wall \

Previous 199869 Revisions Next


© 1997-2024 The MAME Team