1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00
Files
OpenRCT2/debian/rules

12 lines
339 B
Makefile
Executable File

#!/usr/bin/make -f
BUILDDIR=build_dir
# Ignore false warning with GCC < 11.3: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578
# Reference OpenRCT2 bug report: https://github.com/OpenRCT2/OpenRCT2/issues/16691
export DEB_CFLAGS_MAINT_APPEND = -Wno-stringop-overflow
export DEB_CXXFLAGS_MAINT_APPEND = -Wno-stringop-overflow
%:
dh $@