mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
cmake: debug is default, show on terminal
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38951 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e1a9839e35
commit
d75e87b250
@ -369,6 +369,7 @@ elseif(LYX_RELEASE)
|
||||
set(LYX_DEBUG OFF)
|
||||
else()
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
set(LYX_DEBUG ON)
|
||||
endif()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user