pgsql-server/src/template darwin

Поиск
Список
Период
Сортировка
Искать

pgsql-server/src/template darwin

От:
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:	/cvsroot
Module name:	pgsql-server
Changes by:	tgl@svr1.postgresql.org	03/09/19 17:47:59

Modified files:
	src/template   : darwin 

Log message:
	Latest version of gcc from Apple does not work well with -traditional-cpp
	(it rejects some system header files...).  Use -no-cpp-precomp instead.
	I think it is okay to change this unconditionally, but if we hear
	complaints from people still using very old compilers on Darwin,
	we could put in a test to see which switch the compiler likes.

FAQ