make/cc.mk

Sun, 23 Aug 2026 11:38:27 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 23 Aug 2026 11:38:27 +0200
changeset 183
39aa77b7188b
parent 79
ffd452cf05ff
permissions
-rw-r--r--

fix missing byte-order conversion in ntoh_move() and change protocol byte order to little-endian

relates to #976

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial