Author Topic: What arguments are needed to get an IDE build optimized?  (Read 4702 times)

Offline omlk

  • Multiple posting newcomer
  • *
  • Posts: 110
What arguments are needed to get an IDE build optimized?
« on: January 05, 2021, 09:39:06 am »
What arguments are needed to get an IDE build optimized for speed and interface drawing?I use only MinGW 64bit
  • HAVE_W32API_H   - ?
  • __WXMSW__         - ?
  • WXUSINGDLL         - ?
  • cbDEBUG                - ?
  • NOPCH                   - ?
  • wxUSE_UNICODE   - ?
  • _WIN64                 - ?
  • -s
  • -O2
  • -fexpensive-optimizations
Maybe there are other parameters that would be good to know?
« Last Edit: January 05, 2021, 09:43:55 am by omlk »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: What arguments are needed to get an IDE build optimized?
« Reply #1 on: January 05, 2021, 11:36:10 am »
What are you talking about?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]