Thread: compile c code using -00 option of gcc

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    compile c code using -00 option of gcc

    Hello everyone,


    What is the function of -00 option in gcc? I can not find related descriptions from gcc manual.


    thanks in advance,
    George

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    You need to look harder for Options That Control Optimization.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Code won't compile
    By monkles in forum C Programming
    Replies: 3
    Last Post: 05-28-2009, 01:45 PM
  2. Need help to compile a GTK+ code with C++ sql wrapper
    By kingsz1 in forum C++ Programming
    Replies: 2
    Last Post: 10-12-2006, 06:17 PM
  3. binary bomb
    By Lina in forum Tech Board
    Replies: 6
    Last Post: 09-24-2006, 10:35 PM
  4. Trying to Compile a Dhrystone C Code program
    By JAYMAN in forum Linux Programming
    Replies: 3
    Last Post: 01-28-2006, 11:17 AM
  5. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM