Browse Source

Delete duplicated flag.

Jeroen van Rijn 1 năm trước cách đây
mục cha
commit
22c092f846
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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