Hi, dear community, Looks like moblin's gnu compilers are trying to tune applications performance with some specific options: -c -g -O2 -g -march=core2 -msse3 -mtune=generic -mfpmath=sse. Very nice, but it becomes a problem when compiling with icpc intel's compiler:
icpc: command line warning #10120: overriding '-marchcore2' with '-msse3' icpc: command line error: invalid argument for option '-m' So, is there a solution for both to save gnu's tuning options and provide compatibility to intel's? Thanks, Bye. _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
