aboutsummaryrefslogtreecommitdiffstats
path: root/games/fs2open/files/patch-cmake_toolchain-gcc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'games/fs2open/files/patch-cmake_toolchain-gcc.cmake')
-rw-r--r--games/fs2open/files/patch-cmake_toolchain-gcc.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/fs2open/files/patch-cmake_toolchain-gcc.cmake b/games/fs2open/files/patch-cmake_toolchain-gcc.cmake
deleted file mode 100644
index b5ceea9d4519..000000000000
--- a/games/fs2open/files/patch-cmake_toolchain-gcc.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
---- cmake/toolchain-gcc.cmake.orig 2021-01-28 12:41:41 UTC
-+++ cmake/toolchain-gcc.cmake
-@@ -12,8 +12,8 @@ option(GCC_USE_GOLD "Use the gold linker instead of th
- option(GCC_GENERATE_GDB_INDEX "Adds linker option to generate the gdb index for debug builds" OFF)
-
- # These are the default values
--set(C_BASE_FLAGS "-march=native -pipe")
--set(CXX_BASE_FLAGS "-march=native -pipe")
-+set(C_BASE_FLAGS "${CMAKE_C_FLAGS_RELEASE}")
-+set(CXX_BASE_FLAGS "${CMAKE_CXX_FLAGS_RELEASE}")
-
- # For C and C++, the values can be overwritten independently
- if(DEFINED ENV{CFLAGS})