Portability
- Removed unused compiler options for the OpenBSD port (thanks to kili, jasper).
This commit is contained in:
2
AUTHORS
2
AUTHORS
@@ -88,6 +88,8 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||||||
Tullio Facchinetti
|
Tullio Facchinetti
|
||||||
Thomas Sullivan
|
Thomas Sullivan
|
||||||
Martin Natano
|
Martin Natano
|
||||||
|
kili
|
||||||
|
jasper
|
||||||
|
|
||||||
Thanks to the following, who submitted detailed bug reports and excellent
|
Thanks to the following, who submitted detailed bug reports and excellent
|
||||||
suggestions:
|
suggestions:
|
||||||
|
|||||||
@@ -58,10 +58,6 @@ set_property (TARGET task_executable PROPERTY OUTPUT_NAME "task")
|
|||||||
|
|
||||||
install (TARGETS task_executable DESTINATION ${TASK_BINDIR})
|
install (TARGETS task_executable DESTINATION ${TASK_BINDIR})
|
||||||
|
|
||||||
set (CMAKE_BUILD_TYPE debug)
|
|
||||||
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g -Wall")
|
|
||||||
set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -Wall")
|
|
||||||
|
|
||||||
#SET(CMAKE_BUILD_TYPE gcov)
|
#SET(CMAKE_BUILD_TYPE gcov)
|
||||||
#SET(CMAKE_CXX_FLAGS_GCOV "--coverage")
|
#SET(CMAKE_CXX_FLAGS_GCOV "--coverage")
|
||||||
#SET(CMAKE_C_FLAGS_GCOV "--coverage")
|
#SET(CMAKE_C_FLAGS_GCOV "--coverage")
|
||||||
|
|||||||
Reference in New Issue
Block a user