Building a universal binary

How can I build a universal binary for my CUDA code? nvcc requires you to specify either -m32 or -m64. I want it to build both.

Peter

Anyone? Please?

I know this is a really basic question, and I’m probably missing something obvious. But I’ve searched the documentation, and couldn’t find the answer.

Peter