Welcome, Guest. Please login or register.

Author Topic: Super Newbie C questions & MorphOS SDK  (Read 5482 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline krashan

  • Full Member
  • ***
  • Join Date: Jan 2003
  • Posts: 247
  • Country: pl
  • Thanked: 1 times
  • Gender: Male
  • Hardware designer and programmer
    • Show all replies
    • Personal homepage
Re: Super Newbie C questions & MorphOS SDK
« on: September 03, 2010, 07:26:33 AM »
Quote from: JJ;577358
gcc -noixemul goodbye.c -o test


After moving to bigger projects, you may also use -O2 (or -O3), which turns on compiler optimization engine and -s, which strips symbol table and other debug informations from the executable.