This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2025-01-11 08:29:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
hush
/
build.gs
1 line
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Set things up so hush can be build with debug code turned on. This involved breaking things up into more segments in debug mode, since the code is larger. I also had to remove some unused extern definitions, which were causing link errors when debug code was enabled. To enable debug code, pass "DEBUG=1" to make or build.gs.
2014-11-06 11:42:17 -06:00
chtyp -l cc include/*.h coreutils/*.c libbb/*.c shell/*.c shell/*.h; make -i $1
Reference in New Issue
Copy Permalink