Removed -fno-strict-aliasing, -pthread flags
This commit is contained in:
@ -30,7 +30,7 @@ ScreensaverPlugin* create_instance() {
|
||||
}
|
||||
|
||||
int Huey::fps() const {
|
||||
return 5;
|
||||
return 50;
|
||||
}
|
||||
|
||||
void Huey::update() {
|
||||
|
@ -24,7 +24,7 @@ HDRS := $(filter-out $(LIBNAME).hpp,$(wildcard *.hpp))
|
||||
|
||||
CXX ?= g++
|
||||
|
||||
CXXFLAGS := $(CXXFLAGS) -Wshadow -Wall -Wpedantic -Wextra -g -fno-strict-aliasing -std=c++17 -fPIC
|
||||
CXXFLAGS := $(CXXFLAGS) -Wshadow -Wall -Wpedantic -Wextra -g -std=c++17 -fPIC
|
||||
ifeq ($(DEBUG),1)
|
||||
CXXFLAGS += -D DEBUG -O0
|
||||
else
|
||||
|
Reference in New Issue
Block a user