mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
Remove Intel-specific optimization from C library build flags.
Contributed by Adrian Vondendriesch.
This commit is contained in:
parent
eb1a1e5308
commit
9b92edddbe
@ -272,6 +272,14 @@
|
|||||||
<release-item>
|
<release-item>
|
||||||
<p>Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.</p>
|
<p>Reduced the likelihood of torn pages causing a false positive in page checksums by filtering on start backup LSN.</p>
|
||||||
</release-item>
|
</release-item>
|
||||||
|
|
||||||
|
<release-item>
|
||||||
|
<release-item-contributor-list>
|
||||||
|
<release-item-contributor id="vondendriesch.adrian"/>
|
||||||
|
</release-item-contributor-list>
|
||||||
|
|
||||||
|
<p>Remove Intel-specific optimization from C library build flags.</p>
|
||||||
|
</release-item>
|
||||||
</release-refactor-list>
|
</release-refactor-list>
|
||||||
</release-core-list>
|
</release-core-list>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ WriteMakefile
|
|||||||
NAME => 'pgBackRest::LibC',
|
NAME => 'pgBackRest::LibC',
|
||||||
VERSION_FROM => 'lib/pgBackRest/LibC.pm', # finds $VERSION, requires EU::MM from perl >= 5.5
|
VERSION_FROM => 'lib/pgBackRest/LibC.pm', # finds $VERSION, requires EU::MM from perl >= 5.5
|
||||||
AUTHOR => 'David Steele <david@pgbackrest.org>',
|
AUTHOR => 'David Steele <david@pgbackrest.org>',
|
||||||
CCFLAGS => '-std=c99 -msse4.1 -funroll-loops -ftree-vectorize -ftree-vectorizer-verbose=2',
|
CCFLAGS => '-std=c99 -funroll-loops -ftree-vectorize -ftree-vectorizer-verbose=2 $(CFLAGS)',
|
||||||
LIBS => [''], # e.g., '-lm'
|
LIBS => [''], # e.g., '-lm'
|
||||||
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
|
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
|
||||||
INC => '-I.', # e.g., '-I. -I/usr/include/other'
|
INC => '-I.', # e.g., '-I. -I/usr/include/other'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user