mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -46,6 +46,9 @@ SHELL = /bin/sh
|
|||||||
# Set compilation and dependency building rules
|
# Set compilation and dependency building rules
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Locally set optimized compilation
|
||||||
|
WM_COMPILE_OPTION = Opt
|
||||||
|
|
||||||
GENERAL_RULES = $(WM_DIR)/rules/General
|
GENERAL_RULES = $(WM_DIR)/rules/General
|
||||||
include $(GENERAL_RULES)/general
|
include $(GENERAL_RULES)/general
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user