wince: Adjust configure defaults
Remove outdated configure defaults to support features that get autodetected. Change-Id: Ia802ccd3fe9defa97e2667e81dff6e815a7b45b3 Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
This commit is contained in:
parent
c81db14297
commit
bc913ea452
@ -1709,15 +1709,6 @@ void Configure::applySpecSpecifics()
|
||||
dictionary[ "STYLE_FUSION" ] = "no";
|
||||
dictionary[ "STYLE_WINDOWSCE" ] = "yes";
|
||||
dictionary[ "STYLE_WINDOWSMOBILE" ] = "yes";
|
||||
dictionary[ "OPENGL" ] = "no";
|
||||
dictionary[ "RTTI" ] = "no";
|
||||
dictionary[ "SSE2" ] = "no";
|
||||
dictionary[ "SSE3" ] = "no";
|
||||
dictionary[ "SSSE3" ] = "no";
|
||||
dictionary[ "SSE4_1" ] = "no";
|
||||
dictionary[ "SSE4_2" ] = "no";
|
||||
dictionary[ "AVX" ] = "no";
|
||||
dictionary[ "AVX2" ] = "no";
|
||||
dictionary[ "CE_CRT" ] = "yes";
|
||||
dictionary[ "LARGE_FILE" ] = "no";
|
||||
dictionary[ "ANGLE" ] = "no";
|
||||
|
Loading…
Reference in New Issue
Block a user