Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: azonenberg/scopehal-cmake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 647691b8d398
Choose a base ref
...
head repository: azonenberg/scopehal-cmake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 62bc7222512e
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 13, 2019

  1. Changed minimum required CPU architecture at compilation to Sandy Bri…

    …dge (TODO non-x86 support) as a reasonable compromise between binary portability and performance
    azonenberg committed Dec 13, 2019
    Copy the full SHA
    14acab7 View commit details
  2. Copy the full SHA
    62bc722 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 CMakeLists.txt
  2. +1 −1 lib
  3. +1 −1 src
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
project(scopehal-cmake)
set(CMAKE_BUILD_TYPE Release)

set(CMAKE_CXX_FLAGS "-g -O3 -fopenmp -Wall -Wextra --std=c++11 -march=native -mtune=native")
set(CMAKE_CXX_FLAGS "-g -O3 -fopenmp -Wall -Wextra --std=c++11 -march=sandybridge -mtune=native")

find_package(PkgConfig)
pkg_check_modules(GTKMM gtkmm-3.0)
2 changes: 1 addition & 1 deletion lib
Submodule lib updated from 91bb92 to b1ce3d
2 changes: 1 addition & 1 deletion src
Submodule src updated from d8ecf5 to 52724c