Skip to content

Commit d3bd2fe

Browse files
Disable libPNG even in Debug mode
1 parent 5bea057 commit d3bd2fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.regal

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ REGAL.CFLAGS += -DREGAL_HTTP=0
142142
REGAL.CFLAGS += -Wno-constant-logical-operand
143143
REGAL.CFLAGS += -DREGAL_PLUGIN=0
144144
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
145147
# GAB Dec 2018: Optimizer is disabled by default now, as it is probably no more really useful with latest mobile platforms
146148
REGAL.CFLAGS += -DREGAL_GLSL_OPTIMIZER=0
147149
REGAL_LOG := 0

0 commit comments

Comments
 (0)