Revert "Pinpoint C standard to std=c99 to prevent different semantics of uint…"

This commit is contained in:
Autechre 2020-05-03 20:20:01 +02:00 committed by GitHub
parent a56465b131
commit 375d00341f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ else
CXXFLAGS += -Ofast -fomit-frame-pointer
endif
CFLAGS += -std=c99 -DHAVE_COMPRESSION -DHAVE_ZLIB -DHAVE_7ZIP -D_7ZIP_ST -DHAVE_FLAC
CFLAGS += -DHAVE_COMPRESSION -DHAVE_ZLIB -DHAVE_7ZIP -D_7ZIP_ST -DHAVE_FLAC
CXXFLAGS += -std=c++11 -fno-exceptions -fno-rtti
include Makefile.common