Skip to content
Permalink
Browse files
Omit flex debug output
git-svn-id: http://svn.osgeo.org/qgis/trunk@14762 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 25, 2010
1 parent 41e47e2 commit d3b07d4
Showing 1 changed file with 2 additions and 2 deletions.
@@ -39,7 +39,7 @@ MACRO(ADD_FLEX_FILES _sources )
OUTPUT ${_out}
COMMAND ${FLEX_EXECUTABLE}
ARGS
-o${_out} -d
-o${_out}
${_in}
DEPENDS ${_in}
)
@@ -66,7 +66,7 @@ MACRO(ADD_FLEX_FILES_PREFIX _sources prefix )
COMMAND ${FLEX_EXECUTABLE}
ARGS
-P${prefix}
-o${_out} -d
-o${_out}
${_in}
DEPENDS ${_in}
)

0 comments on commit d3b07d4

Please sign in to comment.