mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Clang: Updated debug switches
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
c++DBUG = -ggdb3 -DFULLDEBUG
|
c++DBUG = -g -DFULLDEBUG
|
||||||
c++OPT = -O0 -fdefault-inline
|
c++OPT = -O0
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
cDBUG = -ggdb -DFULLDEBUG
|
cDBUG = -g -DFULLDEBUG
|
||||||
cOPT = -O1 -fdefault-inline -finline-functions
|
cOPT = -O0
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.SUFFIXES: .C .cxx .cc .cpp
|
.SUFFIXES: .C .cxx .cc .cpp
|
||||||
|
|
||||||
# -Woverloaded-virtual may produce spurious warnings, disable for now
|
# -Woverloaded-virtual may produce spurious warnings, disable for now
|
||||||
c++WARN = -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -Wno-overloaded-virtual
|
c++WARN = -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-unused-comparison
|
||||||
|
|
||||||
CC = clang++ -m32
|
CC = clang++ -m32
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
c++DBUG = -ggdb3 -DFULLDEBUG
|
c++DBUG = -g -DFULLDEBUG
|
||||||
c++OPT = -O0 -fdefault-inline
|
c++OPT = -O0
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
cDBUG = -ggdb -DFULLDEBUG
|
cDBUG = -g -DFULLDEBUG
|
||||||
cOPT = -O1 -fdefault-inline -finline-functions
|
cOPT = -O0
|
||||||
|
|||||||
Reference in New Issue
Block a user