wmake/src/Makefile: Override WM_COMPILE_OPTION with Opt for optimized compilation of the wmake utilities

Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2021
This commit is contained in:
Henry Weller
2016-03-08 14:24:11 +00:00
parent 21f5499da9
commit 4e6f473a01

View File

@ -46,6 +46,9 @@ SHELL = /bin/sh
# Set compilation and dependency building rules
#------------------------------------------------------------------------------
# Locally set optimized compilation
WM_COMPILE_OPTION = Opt
GENERAL_RULES = $(WM_DIR)/rules/General
include $(GENERAL_RULES)/general