We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bea057 commit d3bd2feCopy full SHA for d3bd2fe
Makefile.regal
@@ -142,6 +142,8 @@ REGAL.CFLAGS += -DREGAL_HTTP=0
142
REGAL.CFLAGS += -Wno-constant-logical-operand
143
REGAL.CFLAGS += -DREGAL_PLUGIN=0
144
REGAL.CFLAGS += -DREGAL_TRACE=0
145
+# GAB Dec 2018: Disable libPNG usage in all cases (ie. even if Debug build)
146
+REGAL.CFLAGS += -DREGAL_NO_PNG=1
147
# GAB Dec 2018: Optimizer is disabled by default now, as it is probably no more really useful with latest mobile platforms
148
REGAL.CFLAGS += -DREGAL_GLSL_OPTIMIZER=0
149
REGAL_LOG := 0
0 commit comments