Changeset e1b15ec


Ignore:
Timestamp:
05/29/15 08:31:35 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
f715c76
Parents:
1bd82e0
git-author:
Hal Finkel <hfinkel@…> (05/29/15 08:31:35)
git-committer:
Hal Finkel <hfinkel@…> (05/29/15 08:31:35)
Message:

adjust the makefile to work with slightly-older gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r1bd82e0 re1b15ec  
    11CXX = /soft/compilers/bgclang/wbin/bgclang++ 
    2 CXXFLAGS = -std=gnu++11 -O3 -g 
     2CXXFLAGS = -std=gnu++0x -O3 -g 
    33 
    44CPPFLAGS = 
Note: See TracChangeset for help on using the changeset viewer.