-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler flags for slices vs offsets
- Loading branch information
1 parent
e6a632b
commit 17f55c5
Showing
5 changed files
with
34 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
#!/usr/bin/env bash | ||
#shards build --release --verbose --progress --stats --define=no_opt | ||
#shards build --release --verbose --progress --stats --define=no_opt --define=gc_none | ||
#shards build --release --verbose --progress --stats --define=cache --define=gc_none | ||
#shards build --release --verbose --progress --stats --define=gc_none | ||
#shards build --release --verbose --progress --stats --define=cache | ||
#shards build --release --verbose --progress --stats --define=slices | ||
#shards build --release --verbose --progress --stats --define=slice | ||
shards build --release --verbose --progress --stats |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
#crystal spec --verbose --define=slices | ||
#crystal spec --verbose --define=slice | ||
crystal spec --verbose |