From 2ea014ae467154a85cbbc1dd26e3e5312579323f Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Thu, 26 Mar 2020 20:32:53 +0000 Subject: [PATCH] Remove HOST_OPT=NO On Windows changing HOST_OPT changes the compiler flags potentially resulting in the mixing of debug and release libraries in the final IOC --- configure/CONFIG_APP | 1 - 1 file changed, 1 deletion(-) diff --git a/configure/CONFIG_APP b/configure/CONFIG_APP index 8ebedde..2d93366 100644 --- a/configure/CONFIG_APP +++ b/configure/CONFIG_APP @@ -24,4 +24,3 @@ endif # dbst based database optimization (default: NO) DB_OPT = NO -HOST_OPT=NO