moved tags to data zone to save heap for some scm

This commit is contained in:
strawmanbobi
2018-01-31 21:18:12 +08:00
parent e655ad9d20
commit 44a400b027
4 changed files with 26 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.2)
########################################################
project(irda_decoder)
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
add_definitions(-DBOARD_PC)
add_definitions(-DBOARD_PC -DDEBUG)
# add_definitions(-DBOARD_PC -DBOARD_PC_JNI)
IF (CMAKE_SYSTEM_NAME MATCHES "Linux")