Skip to content
Snippets Groups Projects
Verified Commit e0d99182 authored by Benny Baumann's avatar Benny Baumann
Browse files

Revert "chg: Use libc++ on FreeBSD to avoid missing vtable and typeinfo issues"

This reverts commit 6fe3da95.
parent 74f7c7a5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ LFLAGS += -flto
else ifeq "${OS}" "FreeBSD"
CFLAGS += -Wno-error=sign-conversion
CXXFLAGS += -Wno-error=sign-conversion
LFLAGS += -stdlib=libc++
endif
CC ?= gcc
......
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