Skip to content

Commit 29fd46a

Browse files
committed
Bump libASPL
1 parent b8267ea commit 29fd46a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ endif(PROFILING STREQUAL "ON")
2828
if (DEBUG STREQUAL "ON")
2929
# Debug mode
3030
ADD_DEFINITIONS(-DOF_DEBUG)
31-
set(CMAKE_BUILD_TYPE Debug)
31+
set(CMAKE_BUILD_TYPE Debug)
3232
message(STATUS "Debug mode ON" )
3333

3434
else(DEBUG STREQUAL "ON")
3535
# Release mode
3636
set(CMAKE_BUILD_TYPE Release)
37+
set(CMAKE_C_FLAGS "-O4")
3738
message(STATUS "Debug mode OFF")
3839

3940
endif (DEBUG STREQUAL "ON")

pc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.6)
1+
cmake_minimum_required(VERSION 3.0.2)
22
include(GNUInstallDirs)
33

44
SET(PKG_CONFIG_LIBS

0 commit comments

Comments
 (0)