diff options
Diffstat (limited to 'build/x11')
-rwxr-xr-x | build/x11 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ bench() fi } ->&2 bench cc -std=c89 -Wall -Wextra sources/main.c -static -o artifacts/xip-8 +>&2 bench cc -std=c89 -Wall -Wextra -Wno-comment sources/main.c -static -o artifacts/xip-8 >&2 echo "------------------------------------------------\n" |