# Building options for esaf # $Id: Rules 2999 2011-10-27 07:13:24Z naumov $ # Enable debugging (DEBUG>=1) or optimization (DEBUG=0) # no messages, optimized code #DEBUG=0 # no optim, -g option, no messages DEBUG=1 # no optim, -g option, verbose #DEBUG=2 #Add debugging instructions for gdb (GDB=1) GDB=1 # Temporary Directory ESAFTMP = $(ESAFINSTALL)/tmp # verbose compiling VERBOSE_COMPILING = 1 #compiler COMPILER = gcc #COMPILER = clang #COMPILER = icc #CPPVERBOSE = 0 # USE flags # This allows to partially disable several parts of the program # USE_GUI enables/disables user interface for simulation # USE_VISUALIZATION enables/disables visualization functions # provided by EventViewer USE_GUI = 1 USE_VISUALIZATION = 1