clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Variables
debug Namespace Reference

Variables

string CXX = 'g++'
 
list CXXFLAGS = ['-std=c++11', '-O3', '-g', '-Wall', '-Wno-gnu']
 
list CPPPATH = ['/usr/include/python2.7']
 
dictionary CPPDEFINES = {'NDEBUG': 1}
 
list LIBS = []
 
list LIBPATH = []
 
list LINKFLAGS = ['-std=c++11', '-O3']
 
string AR = 'ar'
 
list ARFLAGS = ['rc']
 
string RANLIB = 'ranlib'
 
string BISON = 'bison'
 
string RE2C = 're2c'
 
string WITH_PYTHON = 'python2.7'
 
 WITH_LUA = None
 
 WITH_TBB = None
 
 WITH_CPPUNIT = None
 

Variable Documentation

string debug.AR = 'ar'
list debug.ARFLAGS = ['rc']
string debug.BISON = 'bison'
dictionary debug.CPPDEFINES = {'NDEBUG': 1}
list debug.CPPPATH = ['/usr/include/python2.7']
string debug.CXX = 'g++'
list debug.CXXFLAGS = ['-std=c++11', '-O3', '-g', '-Wall', '-Wno-gnu']
list debug.LIBPATH = []
list debug.LIBS = []
list debug.LINKFLAGS = ['-std=c++11', '-O3']
string debug.RANLIB = 'ranlib'
string debug.RE2C = 're2c'
debug.WITH_CPPUNIT = None
debug.WITH_LUA = None
string debug.WITH_PYTHON = 'python2.7'
debug.WITH_TBB = None