From 03bd98f39570edf3e652f4ccafbf8769f2b44842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 22 Oct 2016 22:25:30 +0200 Subject: [PATCH] Remove special cases for Launchpad builds --- CMakeLists.txt | 1 - debian/rules | 5 ----- 2 files changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd2c9ba24a..4055e48b6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/debian/rules b/debian/rules index ac1bd8470f..3c39c25d50 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,5 @@ BUILDDIR=build_dir -extra_flags := "-DLAUNCHPAD_BUILD=on" - -override_dh_auto_configure: - dh_auto_configure -a -- $(extra_flags) - %: dh $@