diff options
author | 2025-05-05 00:26:04 +0100 | |
---|---|---|
committer | 2025-05-05 00:26:04 +0100 | |
commit | 32971d95964d4f18c6aaae01464d30a14ecd7b92 (patch) | |
tree | 7493c98ddb2f3f1f89d1ae121eb8c3e32e8ba553 /compile | |
parent | 387b43f065703dcf6bbd518ccc52ad67165cd56e (diff) | |
download | sst-32971d95964d4f18c6aaae01464d30a14ecd7b92.tar.gz sst-32971d95964d4f18c6aaae01464d30a14ecd7b92.zip |
Fix some stale comments in build scripts
Diffstat (limited to 'compile')
-rwxr-xr-x | compile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ ld $HOSTCC -O2 -g3 $warnings $stdflags -include test/test.h -o .build/bitbuf.test test/bitbuf.test.c .build/bitbuf.test -# skipping this test on linux for now, since inline hooks aren't compiled in +# XXX: skipping this test on linux for now but should enable when we can test it #$HOSTCC -m32 -O2 -g3 -include test/test.h -o .build/hook.test test/hook.test.c #.build/hook.test $HOSTCC -O2 -g3 $warnings $stdflags -include test/test.h -o .build/kv.test test/kv.test.c |