source: JEM-EUSO/esaf_cc_at_lal/Rules

Last change on this file was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 768 bytes
Line 
1# Building options for esaf
2# $Id: Rules 2999 2011-10-27 07:13:24Z naumov $
3
4# Enable debugging (DEBUG>=1) or optimization (DEBUG=0)
5# no messages, optimized code
6#DEBUG=0
7# no optim, -g option, no messages
8DEBUG=1
9# no optim, -g option, verbose
10#DEBUG=2
11
12#Add debugging instructions for gdb (GDB=1)
13GDB=1
14
15# Temporary Directory
16ESAFTMP = $(ESAFINSTALL)/tmp
17# verbose compiling
18VERBOSE_COMPILING = 1
19
20#compiler
21COMPILER = gcc
22#COMPILER = clang
23#COMPILER = icc
24
25#CPPVERBOSE = 0
26
27# USE flags
28# This allows to partially disable several parts of the program
29# USE_GUI             enables/disables user interface for simulation
30# USE_VISUALIZATION   enables/disables visualization functions
31#                     provided by EventViewer
32
33USE_GUI = 1
34USE_VISUALIZATION = 1
Note: See TracBrowser for help on using the repository browser.