commit 72bb6cef18a8f51caaf33ac688f5b5f75cdc2ea5 parent bf356e2c450cd4f86e90c1a56959130168219bfd Author: Michael Savage <mikejsavage@gmail.com> Date: Sat May 20 21:59:01 +0300 Strip release bins Diffstat:
scripts/gen_makefile.lua | | | 1 | + |
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -46,6 +46,7 @@ local configs = { }, [ "linux-release" ] = { cxxflags = "-O2", + ldflags = "-s", bin_prefix = "release/", },