Skip to content

Commit 4056b59

Browse files
authored
Removed Python.h again
1 parent 40fcebf commit 4056b59

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

snap-bin/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
cmake_minimum_required(VERSION 3.1)
33
project(createstructure)
44

5-
add_definitions("-DCMAKE_C_COMPILER=/usr/bin/gcc")
6-
add_definitions("-std=c99 -ggdb3 -O0 -pedantic-errors -Wall -Wextra -fpie $(python3-config --cflags --embed) -o 'createstructure.out' 'createstructure.c' $(python3-config --embed --ldflags) && ./createstructure.out")
7-
85
add_executable(createstructure createstructure.c)
96
install(TARGETS createstructure RUNTIME DESTINATION bin)

snap-bin/createstructure.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#include <stdbool.h>
44
#include <string.h>
55
#include <time.h>
6-
#include <Python.h>
7-
//gcc -std=c99 -ggdb3 -O0 -pedantic-errors -Wall -Wextra -fpie $(python3-config --cflags --embed) -o 'createstructure.out' 'createstructure.c' $(python3-config --embed --ldflags) && ./createstructure.out
86

97
// Definitions
108
#define MALLOC_MAX_SIXE 1024

0 commit comments

Comments
 (0)