mirror of
https://github.com/zeldaret/ph
synced 2026-06-19 15:30:25 -04:00
Merge remote-tracking branch 'zeldaret/main' into decomp-PlayerControl
This commit is contained in:
@@ -32,6 +32,7 @@ CC_FLAGS = " ".join([
|
||||
"-Cpp_exceptions off", # Disable C++ exceptions
|
||||
"-RTTI off", # Disable runtime type information
|
||||
"-interworking", # Enable ARM/Thumb interworking
|
||||
"-w off", # Disable warnings
|
||||
"-sym on", # Debug info, including line numbers
|
||||
"-gccinc", # Interpret #include "..." and #include <...> equally
|
||||
"-nolink", # Do not link
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user