~9marusia6/maus/beamlinesimulation

« back to all changes in this revision

Viewing changes to configure

  • Committer: Chris Rogers
  • Date: 2012-03-19 16:58:18 UTC
  • mfrom: (659.1.14 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20120319165818-phqgtdhvj210d44d
ReleaseĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
     export maus_no_optimize=0 # force gcc not to optimise
253
253
     export maus_lcov=0 # enable cpp coverage - requires lcov
254
254
     export maus_debug=0 # enable debugging
255
 
     export maus_gprof=0 # enable cpp profiling - requires gprof
 
255
     export maus_gprof=0 # enable cpp profiling of cpp unit tests 
 
256
                         # requires gprof
256
257
 
257
258
     echo "SUCCESS: MAUS setup"
258
259
else