mirror of https://github.com/openXC7/prjxray.git
Re-enable optimizations
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
c3234588e1
commit
0f68a516bb
|
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.0)
|
|||
|
||||
project(prjxray)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -Werror ${CMAKE_CXX_FLAGS}")
|
||||
set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -Werror ${CMAKE_CXX_FLAGS} -O3" )
|
||||
|
||||
# Hack for missing option in cctz
|
||||
option(BUILD_TESTING "" OFF)
|
||||
|
|
|
|||
Loading…
Reference in New Issue