Delete duplicated flag.

This commit is contained in:
Jeroen van Rijn
2024-05-29 17:22:02 +02:00
committed by Feoramund
parent eb3d6d7d75
commit 22c092f846

View File

@@ -46,10 +46,10 @@ strings_test:
$(ODIN) run strings $(COMMON) -out:test_core_strings
hash_test:
$(ODIN) run hash $(COMMON) -o:speed -no-bounds-check -out:test_hash
$(ODIN) run hash $(COMMON) -o:speed -out:test_hash
crypto_test:
$(ODIN) run crypto $(COMMON) $(COLLECTION) -o:speed -no-bounds-check -out:test_crypto
$(ODIN) run crypto $(COMMON) $(COLLECTION) -o:speed -out:test_crypto
noise_test:
$(ODIN) run math/noise $(COMMON) -out:test_noise