diff options
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 4cb8bb9..118e065 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,9 +1,9 @@ --target
-i686-pc-windows-msvc
--include
-stdbool.h
--I3p
--Wpedantic
--Wextra
--std=c23
--Wno-gnu-zero-variadic-macro-arguments
+-target +i686-pc-windows-msvc +-include +stdbool.h +-I3p +-Wpedantic +-Wextra +-std=c23 +-Wno-gnu-zero-variadic-macro-arguments |