Restore old -std= flags

Getting rid of them fixed GA Ubuntu, but broke GA MacOS. Let's try a
different strategy.
This commit is contained in:
Justine Tunney 2023-03-28 10:36:25 -07:00
parent 1631298475
commit 1a5ee11377
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 6 additions and 2 deletions

View file

@ -30,8 +30,8 @@ endif
# Compile flags
#
CFLAGS = -I. -O3 -DNDEBUG -fPIC
CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -fPIC
CFLAGS = -I. -O3 -DNDEBUG -std=c11 -fPIC
CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC
LDFLAGS =
# OS specific