diff options
author | Matthew Wozniak <me@woz.blue> | 2024-11-01 13:47:31 -0400 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-11-01 13:48:09 -0400 |
commit | a2f7e37d8adf2047e1f3b0ea1227ac9d51514783 (patch) | |
tree | 2942ee2a12abe02e27f119552221c6a06ac87273 /compile_flags.txt | |
parent | fb95177298bb92098b61f09b9f66c1fce32f2f02 (diff) | |
download | rt-a2f7e37d8adf2047e1f3b0ea1227ac9d51514783.tar.gz rt-a2f7e37d8adf2047e1f3b0ea1227ac9d51514783.zip |
play demo using the demoplayer object
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..7745765 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,8 @@ +-target
+i686-pc-windows-msvc
+-include
+stdbool.h
+-I3p
+-Wpedantic
+-Wextra
+-Wno-gnu-zero-variadic-macro-arguments
|