[vlc-commits] [Git][videolan/vlc][master] contrib: disable ubsan in gme

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Apr 17 14:47:05 UTC 2022



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
2355d2cf by Mehdi Sabwat at 2022-04-17T12:56:20+00:00
contrib: disable ubsan in gme

ubsan is enabled in the contrib recipe :
https://bitbucket.org/mpyne/game-music-emu/src/b3d158a30492181fd7c38ef795c8d4dcfd77eaa9/CMakeLists.txt#lines-67

This will require vlc to be always built with ubsan and we don't want this in production.

- - - - -


1 changed file:

- contrib/src/gme/rules.mak


Changes:

=====================================
contrib/src/gme/rules.mak
=====================================
@@ -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 $@



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2355d2cf3fd5d858e47c11191cf125f0e25fa21f

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2355d2cf3fd5d858e47c11191cf125f0e25fa21f
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list