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
This commit is contained in:
Freddie Akeroyd
2020-03-26 20:32:53 +00:00
parent 9fd345e267
commit 2ea014ae46

View File

@ -24,4 +24,3 @@ endif
# dbst based database optimization (default: NO)
DB_OPT = NO
HOST_OPT=NO