Ignore:
Timestamp:
Jun 14, 2008, 3:05:18 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Build the win32 binary with aggressive optimisation flags.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/img2oric/img2oric.c

    r2393 r2394  
    2020 *               $(pkg-config --cflags --libs sdl) -lSDL_image -lm
    2121 *  To build a Windows executable:
    22  *   i586-mingw32msvc-cc img2oric.c -o img2oric.exe -lgdi32
     22 *   i586-mingw32msvc-cc -O3 -funroll-loops -W -Wall \
     23 *               img2oric.c -o img2oric.exe -lgdi32
    2324 */
    2425
Note: See TracChangeset for help on using the changeset viewer.