mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
Yes, that's what you are SUPPOSED to do in this case: ERROR, not default to crap
This commit is contained in:
parent
46892daa3a
commit
ce8b595ff2
1 changed files with 1 additions and 5 deletions
6
opts.def
6
opts.def
|
@ -22,11 +22,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
#ifndef GMQCC_DEFINE_FLAG
|
||||
# ifdef GMQCC_TYPE_OPTIMIZATIONS
|
||||
# define GMQCC_DEFINE_FLAG(X, Y, Z)
|
||||
# else
|
||||
# define GMQCC_DEFINE_FLAG(X, Y)
|
||||
# endif /* !GMQCC_TYPE_OPTIMIZATIONS */
|
||||
# error "bad opts.def usage"
|
||||
#endif
|
||||
|
||||
/* codegen flags */
|
||||
|
|
Loading…
Reference in a new issue