diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ function leak log valgrind --leak-check=full --show-leak-kinds=all -s bin/$1 $2 } -# cc dict -D_DICT_STANDALONE +# cc util/dict -D_DICT_STANDALONE # leak dict # cc demos/lexer -D_LEXER_STANDALONE |