P
parag_paul
I mean
cc -o p1.so -o p2.so
or cc -o p1.so -o p1.so
Is there are any problem. I understand that it is upto to the arg
parser to take care of this,.
beacuse My makefiles pick up from diff places , I was worried
cc -o p1.so -o p2.so
or cc -o p1.so -o p1.so
Is there are any problem. I understand that it is upto to the arg
parser to take care of this,.
beacuse My makefiles pick up from diff places , I was worried