davidmalcolm / gcc-python-plugin

GCC plugin that embeds CPython inside the compiler
GNU General Public License v3.0
198 stars 58 forks source link

Doesn't build on OSX #123

Open vlovich opened 6 years ago

vlovich commented 6 years ago

First stumbling block is that python-config --cflags returns flags for CLang which are incompatible with GCC (e.g. specifies -arch for x86_64 & i386 for universal binaries, passes -Wshorten-64-to-32 which gcc doesn't understand, etc).