comparison Makefile @ 1826:d2ba1921e946

Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI works without GL now
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 Apr 2019 23:09:48 -0700
parents 16f19774820b
children 37afb9cf58be
comparison
equal deleted inserted replaced
1825:56a1171e29b9 1826:d2ba1921e946
149 PROFFLAGS:= -Wl,--no-as-needed -lprofiler -Wl,--as-needed 149 PROFFLAGS:= -Wl,--no-as-needed -lprofiler -Wl,--as-needed
150 CFLAGS+= -g3 150 CFLAGS+= -g3
151 endif 151 endif
152 ifdef NOGL 152 ifdef NOGL
153 CFLAGS+= -DDISABLE_OPENGL 153 CFLAGS+= -DDISABLE_OPENGL
154 NONUKLEAR:=1
155 endif 154 endif
156 155
157 ifdef M68030 156 ifdef M68030
158 CFLAGS+= -DM68030 157 CFLAGS+= -DM68030
159 endif 158 endif