Make my makefile
Home
About
FAQ
Interesting Projects
Contact
Executable name:
Base source path:
?
Compiler(s):
C
C++
Compiler options:
Gcc options
-Wall
(more warnings)
-Wextra
(even more warnings)
-funsigned-char
(interpret char as unsigned char)
-fsigned-char
(interpret char as signed char)
-Werror
(convert warnings into errors)
-Wfloat-equal
(warn if floating-point values are used in equality comparisons)
-Wswitch-default
(warn whenever a switch statement does not have a default case)
-Wswitch-enum
(warn of missing enum values in switch statement)
-Wno-unused-parameter
(Disable the unused-parameter warning)
-Wno-implicit-fallthrough
(Disable the warning about case statements falling through)
-g
(generate debugging information)
-O2
(optimization)
-pthread
(include pthreads)
C
C++
Link options:
Gcc options
-lssl
(SSL library)
-lcrypto
(Crypto library)
Include paths:
?
File list:
main.c
Extra options:
Add targets for WebC
(See
http://webcprecompiler.com
)
Include Build Timestamp