Skip to content

Use more effective compile flags #18

Merged
merged 2 commits into from
Feb 7, 2019
Merged

Commits on Jan 25, 2019

  1. Makefile: Use more effective compile flags

    The ones added are pretty common, and useful.
    
      -O2 often gives a real performance boost.
    
      -g  gives us the needed debug symbols, and
          makes it much easier to blame the coder :)
    
    N.B. -Wterror -Wextra -pedantic are (IMHO) of limited
         use, they just point to lesser errors, not the real
         ones.
    thomas committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    c8f382c View commit details
    Browse the repository at this point in the history
  2. xdu.c: Fixes need to compile xdu.c with -O2

    I've choosen 'n/a' as initial string, because this clearly isn't
    a filename.
    thomas committed Jan 25, 2019
    3 Configuration menu
    Copy the full SHA
    b5fda28 View commit details
    Browse the repository at this point in the history