Changeset 2881 for trunk/test/fisher.cc


Ignore:
Timestamp:
Nov 18, 2012, 2:28:05 AM (10 years ago)
Author:
Peter
Message:

Define PP variables in config.h rather than in CPPFLAGS. Include
config.h into all source files. Only ammend CXXFLAGS with '-Wall
-pedantic' when --enable-debug. In default mode we respect CXXFLAGS
value set by user, or set to default value '-O3'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/fisher.cc

    r2787 r2881  
    1919  along with yat. If not, see <http://www.gnu.org/licenses/>.
    2020*/
     21
     22#include <config.h>
    2123
    2224#include "Suite.h"
Note: See TracChangeset for help on using the changeset viewer.