mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Delete duplicated flag.
This commit is contained in:
+2
-2
@@ -46,10 +46,10 @@ strings_test:
|
|||||||
$(ODIN) run strings $(COMMON) -out:test_core_strings
|
$(ODIN) run strings $(COMMON) -out:test_core_strings
|
||||||
|
|
||||||
hash_test:
|
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:
|
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:
|
noise_test:
|
||||||
$(ODIN) run math/noise $(COMMON) -out:test_noise
|
$(ODIN) run math/noise $(COMMON) -out:test_noise
|
||||||
|
|||||||
Reference in New Issue
Block a user