home · contact · privacy
Remove C variant of server, redefine build system to match this change.
[plomrogue] / build / compiler_flags
index f80d291b370d2763a6b2aebaf7dd3805c40d83fc..198da870d53130604998cdd8768dea0f65e7f89a 100644 (file)
@@ -1 +1,5 @@
-CFLAGS='-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -g'
+# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+# or any later version. For details on its copyright, license, and warranties,
+# see the file NOTICE in the root directory of the PlomRogue source package.
+
+CFLAGS='-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3'