mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 14:00:18 +01:00
perf: Also build the code in perf/micro
This fixes weird and occasional build failures when updating the source, e.g.: cairo-perf-micro.o:(.rodata+0xb0): undefined reference to `hash_table' Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
78f7db1a7f
commit
971d42302c
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ AM_CPPFLAGS = \
|
|||
|
||||
AM_LDFLAGS = $(CAIRO_LDFLAGS)
|
||||
|
||||
SUBDIRS = micro
|
||||
|
||||
noinst_PROGRAMS = cairo-perf-trace cairo-perf-micro
|
||||
|
||||
EXTRA_PROGRAMS += cairo-perf-micro \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue