mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 20:37:20 +02:00
Portability
- Modified cmake files to allow for clang/llvm as well as gcc.
This commit is contained in:
parent
4792517515
commit
6d1e14ea3e
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ set (columns_SRCS Column.cpp Column.h
|
|||
add_library (columns STATIC ${columns_SRCS})
|
||||
|
||||
set (CMAKE_BUILD_TYPE debug)
|
||||
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb3 -Wall")
|
||||
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g -Wall")
|
||||
set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -Wall")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue