]> git.saurik.com Git - apple/system_cmds.git/blobdiff - atrun.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / atrun.tproj / Makefile
index e364249aa9f16175888e0a3d7b72134147606c63..2d9ea9d4e91c8a9c77dcd5aee3f9a05ff0eebaa5 100644 (file)
@@ -6,6 +6,8 @@ CFILES = atrun.c
 MANPAGES = atrun.8
 LAUNCHD_PLISTS = com.apple.atrun.plist
 
-Extra_CC_Flags = -DDAEMON_UID=1 -DDAEMON_GID=1 -I../at.tproj
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_CC_Flags += -DDAEMON_UID=1 -DDAEMON_GID=1 -I../at.tproj
+Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make