We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e2d50 commit a3bd40dCopy full SHA for a3bd40d
ansible/tasks/setup-postgres.yml
@@ -60,7 +60,7 @@
60
61
- name: Setting CFLAGS (arm)
62
set_fact:
63
- cflags: "-moutline-atomics -mtune=native -march=native -mcpu=native -fsigned-char"
+ cflags: "-moutline-atomics -mtune=native -march=native -mcpu=native -fsigned-char -O2"
64
when: platform == "arm64"
65
66
- name: Setting CFLAGS (x86)
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.55"
+postgres-version = "15.1.0.56"
0 commit comments