Skip to content

Commit

Permalink
v9.8
Browse files Browse the repository at this point in the history
- CI | Amiberry: Debug ARMv6 build
  • Loading branch information
MichaIng committed Sep 19, 2024
1 parent 4080d3d commit 0b43f32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build/software/Amiberry/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ then
G_EXEC tar xf "SDL2-$v_sdl.tar.gz"
G_EXEC rm "SDL2-$v_sdl.tar.gz"
G_EXEC cd "SDL2-$v_sdl"
# DEBUG
uname -m
uname -r
G_EXEC_OUTPUT=1 G_EXEC ./configure CFLAGS='-g0 -O3' CXXFLAGS='-g0 -O3' --enable-video-kmsdrm "${opengl_flags[@]}" --disable-video-rpi --disable-video-x11 --disable-video-wayland --disable-video-opengles1 --disable-video-vulkan --disable-video-offscreen --disable-video-dummy --disable-diskaudio --disable-sndio --disable-dummyaudio --disable-oss --disable-dbus
G_EXEC_OUTPUT=1 G_EXEC make "-j$(nproc)"
find . -type f \( -name '*.so' -o -name '*.so.*' \) -exec strip --strip-unneeded --remove-section=.comment --remove-section=.note -v {} +
Expand Down

0 comments on commit 0b43f32

Please sign in to comment.