Commit 3da97b8d authored by Alessandro Rubini's avatar Alessandro Rubini

diag: arch-gnu-linux: always enable runtime verbosity

This somehow voids the effort of two commits ago. But we really don't
need to save space when building a full exectutable linked with libc
and all the rest.  As a side effect, it allowed me to discover the
wrong varargs to some messages (see previous commit).
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 3e6472b6
......@@ -3,6 +3,9 @@
# All files are under A (short for ARCH): I'm lazy
A := arch-$(ARCH)
CFLAGS += -DCONFIG_PPSI_RUNTIME_VERBOSITY
LIBARCH := $A/libarch.a
OBJ-libarch := $A/posix-startup.o \
......
......@@ -10,7 +10,6 @@
#include <string.h>
#include <errno.h>
#define CONFIG_PPSI_RUNTIME_VERBOSITY 1
#include <ppsi/ppsi.h>
#include <ppsi/diag.h>
#include "posix.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment