# General makefile for GAP4 cohomolo package - # all executables are put into the bin directory.
BIN = bin/@GAPARCH@
GAPPATH = @GAPPATH@
CC ?= gcc
CFLAGS ?= -O2 -g
# many cohomolo symbols (e.g. 'exp') clash with C builtins, # so we disable them to avoid spurious warnings and errors
EXTRA_CFLAGS += -fno-builtin
# evil HACK: disable some warnings, to prevent an overflowing build # log on Travis. # FIXME: these warnings really should be fixed instead, but that's # very hard and unrewarding word on this old code base. It's more # tempting to reimplement this all in scratch in a modern C or C++, # or a radically different language (Ruse, Go, Julia, ...)
EXTRA_CFLAGS += -Wno-implicit-function-declaration
EXTRA_CFLAGS += -Wno-unused-result
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.