Results 1 to 4 of 4

Thread: How to compile with o2 and ob1

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2015
    Posts
    21
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: How to compile with o2 and ob1

    I am using mingw.
    I wrote it like this but not working.
    QMAKE_CSSFLAGS += -O2 \
    -Ob1

    and this is also not working
    QMAKE_CSSFLAGS += /O2 \
    /Ob1

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: How to compile with o2 and ob1

    CXXFLAGS and not CSSFLAGS.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. can not compile
    By haithun in forum Qt Programming
    Replies: 7
    Last Post: 13th July 2010, 11:04
  2. [Mac] Compile Qt
    By Tibo6 in forum Installation and Deployment
    Replies: 12
    Last Post: 3rd December 2009, 21:52
  3. how to compile qt use /clr?
    By yunpeng880 in forum Qt Programming
    Replies: 1
    Last Post: 14th April 2009, 19:56
  4. Compile 4.4.0
    By LordQt in forum Installation and Deployment
    Replies: 18
    Last Post: 29th May 2008, 14:43
  5. how to compile Qt4.3.2???
    By coder1985 in forum Installation and Deployment
    Replies: 9
    Last Post: 11th December 2007, 20:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.