mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
cmake: show full command
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17581 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
791fbb9f65
commit
d44b37a373
@ -59,6 +59,9 @@ endif(debug)
|
||||
|
||||
|
||||
if(UNIX)
|
||||
if(NOT quiet)
|
||||
set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||
endif(NOT quiet)
|
||||
set(LYX_CXX_FLAGS -Wall)
|
||||
if(stdlib-debug)
|
||||
set(LYX_CXX_FLAGS "${LYX_CXX_FLAGS} -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC")
|
||||
|
Loading…
Reference in New Issue
Block a user