mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
Fixed local variables not being stored
Added flags for release builds to reduce binary size Added some folders to .gitignore
This commit is contained in:
@@ -10,3 +10,6 @@ Makefile
|
||||
*.exe
|
||||
int2ssl
|
||||
|
||||
nbproject/
|
||||
Release/
|
||||
Debug/
|
||||
|
||||
@@ -32,4 +32,9 @@ XGetopt.cpp
|
||||
|
||||
add_definitions (-Wall)
|
||||
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-Os -s")
|
||||
|
||||
message("CMAKE_CXX_FLAGS_DEBUG is ${CMAKE_CXX_FLAGS_DEBUG}")
|
||||
message("CMAKE_CXX_FLAGS_RELEASE is ${CMAKE_CXX_FLAGS_RELEASE}")
|
||||
|
||||
add_executable(int2ssl ${SOURCES})
|
||||
|
||||
+1127
-1127
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user