Skip to content

Commit 1438e25

Browse files
committed
use O2 optimize not O3
1 parent 5c22592 commit 1438e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 2.9)
22
project(qmc-decoder)
3-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -std=c++11")
3+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -std=c++11")
44
aux_source_directory(src SRC)
55
add_executable(decoder ${SRC})
66

0 commit comments

Comments
 (0)