Skip to content

Commit

Permalink
mingw-w64-bsdfprocessor: add missing patch file (main part of this co…
Browse files Browse the repository at this point in the history
…mmit slipped inadvertently into previous one)
  • Loading branch information
mkae committed Sep 17, 2016
1 parent ccebf43 commit 6c2f965
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mingw-w64-bsdfprocessor/optimisations-CMakeLists.txt.patch
@@ -0,0 +1,13 @@
--- CMakeLists.txt.old 2016-09-17 13:31:29.407837000 +0200
+++ CMakeLists.txt 2016-09-17 13:32:02.220837000 +0200
@@ -62,8 +62,8 @@
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /LARGEADDRESSAWARE")
endif(CMAKE_SIZEOF_VOID_P MATCHES 4)
else()
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse3")
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse3")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse3 -O2")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse3 -O2")
endif()

find_package(OpenMP QUIET)

0 comments on commit 6c2f965

Please sign in to comment.