Skip to content

Commit

Permalink
Turned off line numbers in lexer C output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 13, 2009
1 parent 0bed7fd commit d3b078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -67,7 +67,7 @@ ELSE(NOT RE2C)
OUTPUT mojoshader_lexer.c
DEPENDS mojoshader_lexer.re
COMMAND ${RE2C}
ARGS -s -o ${CMAKE_CURRENT_SOURCE_DIR}/mojoshader_lexer.c ${CMAKE_CURRENT_SOURCE_DIR}/mojoshader_lexer.re
ARGS -is -o ${CMAKE_CURRENT_SOURCE_DIR}/mojoshader_lexer.c ${CMAKE_CURRENT_SOURCE_DIR}/mojoshader_lexer.re
)
ENDIF(NOT RE2C)

Expand Down

0 comments on commit d3b078d

Please sign in to comment.