SDK: do not use FORTIFY_SOURCE flags for debug builds
If the default compiler flags have FORTIFY_SOURCE enabled, move those
to separate release variables. Otherwise debug builds will add warning:
"_FORTIFY_SOURCE requires compiling with optimization (-O)"
Change-Id: I1a9986f92e2bfe9ac0e50747276d00a73c530be3
Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
Please register or sign in to comment