Skip to content

Commit d3b07d4

Browse files
author
mhugent
committed
Omit flex debug output
git-svn-id: http://svn.osgeo.org/qgis/trunk@14762 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 41e47e2 commit d3b07d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/Flex.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MACRO(ADD_FLEX_FILES _sources )
3939
OUTPUT ${_out}
4040
COMMAND ${FLEX_EXECUTABLE}
4141
ARGS
42-
-o${_out} -d
42+
-o${_out}
4343
${_in}
4444
DEPENDS ${_in}
4545
)
@@ -66,7 +66,7 @@ MACRO(ADD_FLEX_FILES_PREFIX _sources prefix )
6666
COMMAND ${FLEX_EXECUTABLE}
6767
ARGS
6868
-P${prefix}
69-
-o${_out} -d
69+
-o${_out}
7070
${_in}
7171
DEPENDS ${_in}
7272
)

0 commit comments

Comments
 (0)