File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
61
61
- name : Setting CFLAGS (arm)
62
62
set_fact :
63
- cflags : " -moutline-atomics -mtune=native -march=native -mcpu=native -fsigned-char"
63
+ cflags : " -moutline-atomics -mtune=native -march=native -mcpu=native -fsigned-char -O2 "
64
64
when : platform == "arm64"
65
65
66
66
- name : Setting CFLAGS (x86)
70
70
71
71
- name : Postgres - configure
72
72
shell :
73
- cmd : CFLAGS='{{ cflags }}' LLVM_CONFIG=/usr/bin/llvm-config-11 CLANG=/usr/bin/clang-11 ./configure --with-llvm --with-openssl --with-systemd --with-uuid=e2fs --with-libxml --with-icu --with-lz4 --exec-prefix=/usr/lib/postgresql --datarootdir=/var/lib/postgresql -O2
73
+ cmd : CFLAGS='{{ cflags }}' LLVM_CONFIG=/usr/bin/llvm-config-11 CLANG=/usr/bin/clang-11 ./configure --with-llvm --with-openssl --with-systemd --with-uuid=e2fs --with-libxml --with-icu --with-lz4 --exec-prefix=/usr/lib/postgresql --datarootdir=/var/lib/postgresql
74
74
chdir : /tmp/postgresql-{{ postgresql_release }}
75
75
76
76
- name : Postgres - build
You can’t perform that action at this time.
0 commit comments