Hi again!

I miss a functionality I could easily achieve with cmake.

To make a reproducible build with gcc, I need to call gcc with 
-frandom-seed=<hash>.

As the man page of gcc states:
"The number should be different for every file you compile"

The hash itself could be easily calculated with qbs.getHash(), but I don't know
how to call gcc with a parameter that changes for every different file?

Any suggestions? 

Regards,

Stephan
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to