Remove special cases for Launchpad builds

This commit is contained in:
Michał Janiszewski 2016-10-22 22:25:30 +02:00
parent b1ec40f531
commit 03bd98f395
2 changed files with 0 additions and 6 deletions

View File

@ -115,7 +115,6 @@ option(FORCE32 "Force 32-bit build. It will add `-m32` to compiler flags")
option(DISABLE_OPENGL "Disable OpenGL support.")
option(DISABLE_RCT2 "Build a standalone version, without using code and data segments from vanilla. On by default." ON)
option(USE_MMAP "Use mmap to try loading rct2's data segment into memory.")
option(LAUNCHPAD_BUILD "Sets some build system options on launchpad.net")
set(COMMON_COMPILE_OPTIONS "${COMMON_COMPILE_OPTIONS} -fstrict-aliasing -Werror -Wundef -Wmissing-declarations -Winit-self -Wall -Wno-unknown-pragmas -Wno-unused-function -Wno-missing-braces -Wno-comment")

5
debian/rules vendored
View File

@ -2,10 +2,5 @@
BUILDDIR=build_dir
extra_flags := "-DLAUNCHPAD_BUILD=on"
override_dh_auto_configure:
dh_auto_configure -a -- $(extra_flags)
%:
dh $@