From 6789986b8721286140b2ea24300173767f22ea73 Mon Sep 17 00:00:00 2001 From: Kuang-che Wu Date: Mon, 18 May 2020 23:20:06 +0800 Subject: acprep: opt flavor should build optimized binary --- acprep | 1 + 1 file changed, 1 insertion(+) (limited to 'acprep') diff --git a/acprep b/acprep index 45a53802..397ae83b 100755 --- a/acprep +++ b/acprep @@ -818,6 +818,7 @@ class PrepareBuild(CommandLineApp): self.configure_args.append('-DBUILD_DEBUG=1') def setup_flavor_opt(self): + self.configure_args.append('-DBUILD_DEBUG=0') self.configure_args.append('-DNO_ASSERTS=1') def setup_flavor_gcov(self): -- cgit v1.2.3