Location to specify C compiler option in C extension - Mailing list pgsql-general

From Demitri Muna
Subject Location to specify C compiler option in C extension
Date
Msg-id 5186A762-290F-42CC-851E-E9D873CE51B0@demitri.com
Whole thread Raw
Responses Re: Location to specify C compiler option in C extension
List pgsql-general
Hi,

I’m writing a C extension and have successfully based my Makefile on existing templates. This conveniently hides the
detailsof the full Makefile provided by "pg_config --pgxs”. Which variable would be the appropriate one to specify the
‘-std=c99’compiler flag? I’ve tried many and still get warnings that this flag should suppress (specifically, "ISO C90
forbidsmixed declarations and code”). These are the variables I currently define: 

EXTENSION
DATA
PGFILEDESC
MODULE_big
PG_CPPFLAGS (this one seemed like the right place)
SHLIB_LINK
OBJS
PG_CONFIG
PGXS

A workaround has been:

OBJS = file1.o file2.o CPPFLAGS+=-Wdeclaration-after-statement

but it’s not exactly the same thing.

Thanks,
Demitri



pgsql-general by date:

Previous
From: Demitri Muna
Date:
Subject: Re: Getting a primitive numeric value from "DatumGetNumeric"?
Next
From: Keiko Oda
Date:
Subject: Trigger file behavior with the standby