Skip to content
Snippets Groups Projects
  1. Aug 27, 2020
    • Raymond Toy's avatar
      Fix #85: Let each x86 configs set optimization level · 29cac208
      Raymond Toy authored
      Add `COPT` variable in `Config.x86_common` to set the optimization
      level (defaulting to `-O2`).  Then each `Config.x86` file can set
      `COPT` as desired if the default doesn't work.
      
      Thus, `Config.x86_linux` sets `COPT` to `-O1`, but others can use the
      default value.  See issue #68.
      29cac208
  2. Aug 03, 2014
  3. Jul 24, 2014
  4. Nov 04, 2011
  5. Dec 23, 2010
  6. Sep 17, 2009
  7. Jan 20, 2009
  8. Jan 13, 2009
  9. Jan 11, 2009
    • rtoy's avatar
      Config.x86_common: · de39fd0a
      rtoy authored
      o Use += to append to variables instead of setting them.
      o Add common OS_SRC files.
      o Move rule for building e_rem_pio2.c to here.  Add CPPFLAGS too.
      
      Config.x86_common:
      o Remove common files from OS_SRC.
      o Remove rele for e_rem_pio2.c
      
      Config.x86_darwin:
      o Update to use Config.x86_common.
      
      GNUmakefile:
      o Use CPPFLAGS when building version.o
      de39fd0a
  10. Jan 07, 2009
Loading