summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-07-14 03:46:06 +0200
committerkdx <kikoodx@paranoici.org>2023-07-14 03:46:06 +0200
commit638ff55913cf6a2a9fc09380a4efda04705d23da (patch)
tree86d79e6e53179a4b9d2e8170cd38170740cc12ac
parente37f59d1fccbe143825f7c5518c7b37407ff2088 (diff)
downloadfld-638ff55913cf6a2a9fc09380a4efda04705d23da.tar.gz
c99 designators
-rw-r--r--Makefile2
-rw-r--r--compile_flags.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3907f1..bada565 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -O3 -std=c++20 -Wall -Wextra -iquotesrc
+CFLAGS = -O3 -std=c++20 -Wall -Wextra -Wno-c99-designator -iquotesrc
LIBS = -lSDL2
SRC = FLD.cpp demo.cpp
diff --git a/compile_flags.txt b/compile_flags.txt
index a33c7b6..24c61c8 100644
--- a/compile_flags.txt
+++ b/compile_flags.txt
@@ -1,5 +1,6 @@
-Wall
-Wextra
+-Wno-c99-designator
-std=c++20
-fprebuilt-module-path=.
-iquotesrc