Disable optimizations

pull/583/head
Artem Gavrilov 2025-11-20 15:20:57 +02:00
parent 80c1f1818d
commit 7fa70fb97b
1 changed files with 1 additions and 1 deletions

View File

@ -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