commit 66d9ba247cd14f1378f5fcb1ad16da7034a3a798 parent 5b2f17ba6f8a08a215d356fe4ecd28c31fa2c1b9 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat, 13 Jan 2018 17:54:40 +0200 Optimised monocypher builds Diffstat:
libs/monocypher.lua | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/libs/monocypher.lua b/libs/monocypher.lua @@ -1 +1,3 @@ lib( "monocypher", { "libs/monocypher/monocypher" } ) +msvc_obj_cxxflags( "libs/monocypher/monocypher", "/O2" ) +gcc_obj_cxxflags( "libs/monocypher/monocypher", "-O3 -g0" )