diff options
Diffstat (limited to 'tests/bcj_test.c')
-rw-r--r-- | tests/bcj_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bcj_test.c b/tests/bcj_test.c index d64c5a79..91456de7 100644 --- a/tests/bcj_test.c +++ b/tests/bcj_test.c @@ -8,7 +8,7 @@ /// be used to test the branch conversion filters. Note that this program /// itself does nothing useful. /// -/// Compiling: gcc -std=c99 -fPIC bcj_test.c +/// Compiling: gcc -std=c99 -fPIC -c bcj_test.c /// Don't optimize or strip. // // This code has been put into the public domain. |