home · contact · privacy
Remove C variant of server, redefine build system to match this change.
[plomrogue] / build / compiler_flags
index 59fcb18a27c8b08c7cb5ffc2c2605b7fd4589166..198da870d53130604998cdd8768dea0f65e7f89a 100644 (file)
@@ -2,4 +2,4 @@
 # 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 -g'
+CFLAGS='-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3'