2024-08-29 13:24:52 +00:00
committed by Git OBS Bridge
parent 0c659a4a7f
commit 7174809023

View File

@@ -148,6 +148,7 @@ contains two nice applications.
%build
%add_optflags -g3 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE
%add_optflags -Wno-unused -Wno-uninitialized -Wno-implicit-fallthrough -Wno-volatile-register-var
#
# Overwrite stack size limit (hopefully a soft limit only)
#
@@ -203,7 +204,6 @@ then
else
MYCFLAGS="${MYCFLAGS} -D_GNU_SOURCE"
fi
MYCFLAGS="${MYCFLAGS} -Wno-unused -Wno-uninitialized -Wno-implicit-fallthrough -Wno-volatile-register-var"
# From src/makemake.in
# <cite>
# Do NOT enable -DSAFETY=3 here, because -DSAFETY=3 not only disables some