Fixed build.

This commit is contained in:
2019-11-17 21:44:42 +00:00
parent c59c8215a7
commit f34d0f736b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
CXX = g++
CXXFLAGS = -pedantic -std=c++17 -Wall -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option
CXXFLAGS = -pedantic -std=c++17 -Wall -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type
CPPFLAGS =
LDFLAGS =
LIBS = -lgmpxx -lgmp