Changeset 1078


Ignore:
Timestamp:
Feb 12, 2008, 10:45:24 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes #118. Removed reset of CXXFLAGS from configure.ac and added info on how to reset CXXFFLAGS when running configure

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r1061 r1078  
    2828must run './bootstrap' to initialize the build system. Now do
    2929'./configure' to create the Makefiles. Optionally you can run
    30 configure with '--enable-debug', which will turn on debug options.
     30configure with '--enable-debug', which will turn on debug options. If
     31you want to disable debugging options do './configure CXXFLAGS=""',
     32needed since autoconf defaults to adding debug flags to the compiler.
    3133
    3234Issue 'make' to compile the project.
     
    7981hardware architecture. If you have ATLAS installed and the configure
    8082script fails to locate it, try to add the location to the atlas
    81 libraries when running confiure:
     83libraries when running configure:
    8284
    8385  #> LDFLAGS="/usr/lib64/atlas" ./configure
  • trunk/configure.ac

    r1077 r1078  
    4343# Set default programming language
    4444AC_LANG(C++)
    45 # reset CXXFLAGS, it has "-g -O2" as default
    46 CXXFLAGS=""
    4745
    4846# Checks for programs.
Note: See TracChangeset for help on using the changeset viewer.