pgsql: Add -mpopcnt to all compiles of pg_bitutils.c

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add -mpopcnt to all compiles of pg_bitutils.c
Date: 2019-02-13 20:39:44
Message-ID: E1gu1Jo-0007RX-P4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add -mpopcnt to all compiles of pg_bitutils.c

The way this makefile works, we need to specify it three times.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0b4663c23b7a6ae6f489c4d7a2f58f879914959

Modified Files
--------------
src/port/Makefile | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Gierth 2019-02-13 20:44:22 pgsql: Remove a stray subnormal value from float tests.
Previous Message Andrew Gierth 2019-02-13 19:46:27 pgsql: More float test and portability fixes.