While trying to create a new Heroku Python (Django) app on Linux Mint I encounter following error when pip tries to install psycopg2
x86_64-linux-gnu-gcc: error: unrecognized command line option ‘-fstack-protector-strong’
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
All dependencies are met (as explained in this question) so I don't see the problem here..