]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Yes, that's what you are SUPPOSED to do in this case: ERROR, not default to crap
authorWolfgang Bumiller <blub@speed.at>
Sun, 3 Feb 2013 23:20:41 +0000 (00:20 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sun, 3 Feb 2013 23:20:41 +0000 (00:20 +0100)
opts.def

index 0b4af5b06a7abb402cb9a607eb5c0ce75a3c22c9..90e6fce7b6360cfeaf14e9dea6e103d7be9ac423 100644 (file)
--- a/opts.def
+++ b/opts.def
  * 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 */