comparison Makefile @ 1299:da1ffc4026c4

Fix latching of V32 mode bit
author Michael Pavone <pavone@retrodev.com>
date Sat, 25 Mar 2017 11:31:43 -0700
parents 555f2ac537e7
children 208803173ebc
comparison
equal deleted inserted replaced
1298:d5a47597b61f 1299:da1ffc4026c4
80 ifdef Z80_LOG_ADDRESS 80 ifdef Z80_LOG_ADDRESS
81 CFLAGS+= -DZ80_LOG_ADDRESS 81 CFLAGS+= -DZ80_LOG_ADDRESS
82 endif 82 endif
83 83
84 ifdef PROFILE 84 ifdef PROFILE
85 CFLAGS+= -pg 85 LDFLAGS+= -Wl,--no-as-needed -lprofiler -Wl,--as-needed
86 LDFLAGS+= -pg
87 endif 86 endif
88 ifdef NOGL 87 ifdef NOGL
89 CFLAGS+= -DDISABLE_OPENGL 88 CFLAGS+= -DDISABLE_OPENGL
90 endif 89 endif
91 90