issues
search
facebookarchive
/
nailgun
Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.
https://github.com/facebook/nailgun
Other
731
stars
138
forks
source link
enable to use some hardening flags
#118
Closed
henrich
closed
6 years ago
henrich
commented
6 years ago
Maybe CC is not only gcc (e.g. clang)
add $(CPPFLAGS) and $(LDFLAGS) for hardening
at least -O3 is not best for default variable, -O2 is better
sometimes debug information is necessary