Skip to content
Snippets Groups Projects
Commit 7f145afa authored by Marvin Scholz's avatar Marvin Scholz
Browse files

contrib: remove leftover DBGOPTIMFLAGS

parent 26a04a7e
No related branches found
No related tags found
No related merge requests found
......@@ -175,12 +175,6 @@ CFLAGS := $(CFLAGS) $(EXTRA_CFLAGS)
CXXFLAGS := $(CXXFLAGS) $(EXTRA_CFLAGS) $(EXTRA_CXXFLAGS)
LDFLAGS := $(LDFLAGS) -L$(PREFIX)/lib $(EXTRA_LDFLAGS)
ifndef WITH_OPTIMIZATION
DBGOPTIMFLAGS = -g -O0
else
DBGOPTIMFLAGS = -g -O2
endif
# Do not export those! Use HOSTVARS.
# Do the FPU detection, after we have figured out our compilers and flags.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment