Browse Source

Delete duplicated flag.

Jeroen van Rijn 1 year ago
parent
commit
22c092f846
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/core/Makefile

+ 2 - 2
tests/core/Makefile

@@ -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