1
0
mirror of https://github.com/nlohmann/json synced 2024-09-19 14:20:01 +00:00

removed unused flags

This commit is contained in:
Niels 2013-12-11 08:41:12 +01:00
parent 278a9e7052
commit 77fa133946

View File

@ -1,8 +1,6 @@
noinst_PROGRAMS = json json98
TESTS = ./json ./json98
#CXXFLAGS = -O3 -flto
json_SOURCES = src/JSON.cc src/JSON.h test/JSON_test.cc
json_CXXFLAGS = -std=c++11
json_CPPFLAGS = -I$(top_srcdir)/src