Disable optimizations
parent
80c1f1818d
commit
7fa70fb97b
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ EXTENSION = pg_stat_monitor
|
|||
DATA = pg_stat_monitor--2.0.sql pg_stat_monitor--1.0--2.0.sql pg_stat_monitor--2.0--2.1.sql pg_stat_monitor--2.1--2.2.sql pg_stat_monitor--2.2--2.3.sql
|
||||
|
||||
PGFILEDESC = "pg_stat_monitor - execution statistics of SQL statements"
|
||||
|
||||
PG_CFLAGS += -O0 -g
|
||||
LDFLAGS_SL += $(filter -lm, $(LIBS))
|
||||
|
||||
TAP_TESTS = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue