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: 22662532035d
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: f6b11d7f4999
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Feb 21, 2020

  1. Copy the full SHA
    f6b11d7 View commit details
Showing with 6 additions and 4 deletions.
  1. +3 −1 CMakeLists.txt
  2. +1 −1 doc
  3. +1 −1 lib
  4. +1 −1 src
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -3,7 +3,9 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
project(scopehal-cmake)
set(CMAKE_BUILD_TYPE Release)

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

find_package(PkgConfig)
pkg_check_modules(GTKMM gtkmm-3.0)
2 changes: 1 addition & 1 deletion doc
Submodule doc updated from 7b2f27 to ff9bce
2 changes: 1 addition & 1 deletion lib
Submodule lib updated from 5ed0af to bbb1e2
2 changes: 1 addition & 1 deletion src
Submodule src updated from 9d3925 to 9464c9