Results 1 to 3 of 3
  1. #1
    Ikke0148's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    124
    Reputation
    15
    Thanks
    36

    C++ Project Compiling

    Hey guys, ive been coding on my D3D hook,but since the base was done,i release build it.

    Its only 27kb for a whole file ?

    It was 584kb but it went from the one to the other day to 27kb,any ideas why this may be?
    Ive checked my compiler options,all correct.
    But if i build iit gets this adnormally small.

    Tips will be welcome
    Thanks

  2. #2
    Kiruku's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Aresden
    Posts
    80
    Reputation
    10
    Thanks
    203
    My Mood
    Relaxed
    on debug build it compiles all debugging info with it, u can smaller your projects by Release build.
    Debug build includes browse info etc, so when your hook crashes u can press debug and get to the line in your c++ code where it crashed. in Release build this is not possible.

  3. #3
    Ikke0148's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    124
    Reputation
    15
    Thanks
    36
    Quote Originally Posted by Kiruku View Post
    on debug build it compiles all debugging info with it, u can smaller your projects by Release build.
    Debug build includes browse info etc, so when your hook crashes u can press debug and get to the line in your c++ code where it crashed. in Release build this is not possible.
    i know But its so small 27kb for a hack,its 11-12k lines