Turn on profiling, commit dependencies

This commit is contained in:
2026-05-24 10:11:01 -04:00
parent 14ed90b5f4
commit c23fd2b5ee
5 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.10)
project(akgltest LANGUAGES C)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pg")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pg")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -pg")
add_subdirectory(deps/jansson EXCLUDE_FROM_ALL)
add_subdirectory(deps/libakerror EXCLUDE_FROM_ALL)
add_subdirectory(deps/libakstdlib EXCLUDE_FROM_ALL)

View File

@@ -35,7 +35,7 @@
{
"name":"state",
"type":"int",
"value": 24
"value":24
}],
"rotation":0,
"type":"actor",
@@ -95,7 +95,7 @@
{
"columns":48,
"firstgid":1,
"image":"../assets/World_A1.png",
"image":"World_A1.png",
"imageheight":576,
"imagewidth":768,
"margin":0,
@@ -108,7 +108,7 @@
{
"columns":48,
"firstgid":1729,
"image":"../assets/World_B.png",
"image":"World_B.png",
"imageheight":768,
"imagewidth":768,
"margin":0,

2
deps/libakgl vendored