mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wmake rules: removed debug switches from optimisation rules
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#c++DBUG = -O0 -DFULLDEBUG -g
|
||||
c++DBUG =
|
||||
c++OPT = -O3
|
||||
# -fprefetch-loop-arrays
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
cDBUG =
|
||||
cOPT = -O3
|
||||
# -fprefetch-loop-arrays
|
||||
|
||||
Reference in New Issue
Block a user