Skip to content
Snippets Groups Projects
Commit 711cf48e authored by Henry's avatar Henry
Browse files

Clang: Updated debug switches

parent 13849912
No related merge requests found
c++DBUG = -ggdb3 -DFULLDEBUG
c++OPT = -O0 -fdefault-inline
c++DBUG = -g -DFULLDEBUG
c++OPT = -O0
cDBUG = -ggdb -DFULLDEBUG
cOPT = -O1 -fdefault-inline -finline-functions
cDBUG = -g -DFULLDEBUG
cOPT = -O0
.SUFFIXES: .C .cxx .cc .cpp
# -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
......
c++DBUG = -ggdb3 -DFULLDEBUG
c++OPT = -O0 -fdefault-inline
c++DBUG = -g -DFULLDEBUG
c++OPT = -O0
cDBUG = -ggdb -DFULLDEBUG
cOPT = -O1 -fdefault-inline -finline-functions
cDBUG = -g -DFULLDEBUG
cOPT = -O0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment