This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite code base for release v9.0.7
This commits adds all the changes prototyped for the next release: v9.0.7, including: - a full refactor using a new code style. - improvements of error descriptions. - fix of bug in which failed exit codes would never be thrown: the error bit is now properly being set.
- Loading branch information
Showing
7 changed files
with
255 additions
and
163 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,7 +1,7 @@ | ||
file=reveal | ||
optimization=z | ||
optimization_level=z | ||
|
||
${file}: | ||
clang ${file}.c -o ${file} -O${optimization} | ||
clang ${file}.c -o ${file} -O${optimization_level} | ||
|
||
.PHONY: ${file} |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.