Changeset 720


Ignore:
Timestamp:
Apr 30, 2010, 5:58:35 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gnumake/os2-g++: Switch the compiler to using the i486 instruciton set for code generation. This gives use around 3% of the performance boost when painting. As a drawback, the code will no longer run on i386 PCs but we expect that none wants to use Qt4 on these computers (fixes ticket:152).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/os2-g++/qmake.conf

    r675 r720  
    2525QMAKE_YACC              = byacc
    2626QMAKE_YACCFLAGS         = -d
    27 QMAKE_CFLAGS            = -Zomf
     27QMAKE_CFLAGS            = -Zomf
    2828QMAKE_CFLAGS_DEPS       = -M
    2929QMAKE_CFLAGS_WARN_ON    = -Wall
Note: See TracChangeset for help on using the changeset viewer.