beremiz
Clone
Summary
Browse
Changes
Graph
ToolChain: add IEC library include paths to CFLAGS when building C code from extensions.
11 months ago, Edouard Tisserant
2f8fd3d28168
ToolChain: add IEC library include paths to CFLAGS when building C code from extensions.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]