contrib: disable ubsan in gme

ubsan is enabled in the contrib recipe :
b3d158a304/CMakeLists.txt (lines-67)

This will require vlc to be always built with ubsan and we don't want this in production.
This commit is contained in:
Mehdi Sabwat 2022-04-13 10:56:02 +02:00 committed by Felix Paul Kühne
parent 78615226b6
commit 2355d2cf3f
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ game-music-emu: game-music-emu-$(GME_VERSION).tar.xz .sum-gme
$(MOVE)
.gme: game-music-emu toolchain.cmake
cd $< && $(HOSTVARS_PIC) $(CMAKE) .
cd $< && $(HOSTVARS_PIC) $(CMAKE) . -DENABLE_UBSAN=OFF
+$(CMAKEBUILD) $< --target install
touch $@