Compiling using Code::Blocks

  • tian110796
    10th Dec 2010 Member 0 Permalink
    It is in the wiki now. link

    If it is inaccurate, write it in this thread.

    If you have suggestions write it here also.
  • baizuo
    10th Dec 2010 Member 0 Permalink
    Thanks for the tutorial!
  • sillu129
    10th Dec 2010 Member 0 Permalink
    air wall allows elements and does not allow air/pressure through
  • MiXih
    10th Dec 2010 Member 0 Permalink
    very good, but why:
    -w -m32 -std=c99 -D_POSIX_C_SOURCE=200112L -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations -mmmx -DX86 -mwindows -DWIN32 ?
  • tian110796
    10th Dec 2010 Member 0 Permalink
    -w to remove warnings notification
    -std=c99 to use C 1999 standard
    the other parts are for optimization of the program