Commit 43fb88f5d4edf577819e1e46f68be8a027ba3d0a

Thomas de Grivel 2025-04-29T21:41:53

-Os

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/configure b/test/configure
index bc75da0..93c2729 100755
--- a/test/configure
+++ b/test/configure
@@ -83,7 +83,7 @@ LOCAL_LIBS_DEBUG="$LIBKC3_DEBUG"
 LIBS_DEBUG="$LOCAL_LIBS_DEBUG $LIBS"
 
 # Main config
-DEFAULT_CFLAGS="-Oz -pipe -fPIC"
+DEFAULT_CFLAGS="-Os -pipe -fPIC"
 if [ "x$ENV_CFLAGS" = "x" ]; then
     CFLAGS="$CFLAGS $DEFAULT_CFLAGS"
 fi