diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-12-03 00:22:14 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-12-03 03:17:44 +0000 |
commit | 9fcd22a03b9fe3aa5659d4b544fc3ccc59730031 (patch) | |
tree | 5110126c919673ee80d4c69d785b9982b1fa3810 /assembler.c | |
parent | 82eec8b529f2113f19b443446545bad66d3a1547 (diff) | |
download | obf-9fcd22a03b9fe3aa5659d4b544fc3ccc59730031.tar.gz obf-9fcd22a03b9fe3aa5659d4b544fc3ccc59730031.tar.bz2 obf-9fcd22a03b9fe3aa5659d4b544fc3ccc59730031.zip |
Simplify build system
RELEASE and DEBUG builds have differing build flags, triggered by
setting RELEASE variable. No longer doing object based compilation
because:
+ gcc is fast enough without it
+ stale code compilation bugs are annoying
+ having one output binary to clean-up is just easier when switching
build-types
Diffstat (limited to 'assembler.c')
0 files changed, 0 insertions, 0 deletions